Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f118e71360 | |||
| a83ea985f4 | |||
| 37baaebb41 |
@@ -29,7 +29,7 @@ env = XDG_SESSION_HOME=~
|
|||||||
|
|
||||||
#auto start
|
#auto start
|
||||||
exec-once=~/bin/startup.sh
|
exec-once=~/bin/startup.sh
|
||||||
exec-once=~/bin/suspend.sh
|
#exec-once=~/bin/suspend.sh
|
||||||
|
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
@@ -136,10 +136,11 @@ master {
|
|||||||
#no_gaps_when_only=true
|
#no_gaps_when_only=true
|
||||||
}
|
}
|
||||||
|
|
||||||
#gestures {
|
gestures {
|
||||||
# # See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
# workspace_swipe = off
|
#workspace_swipe = off
|
||||||
#}
|
gesture = 3, horizontal, workspace
|
||||||
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||||
|
|||||||
@@ -5,16 +5,13 @@ export TERMINAL=weztzerm
|
|||||||
source /home/thierry/keepass.env
|
source /home/thierry/keepass.env
|
||||||
source /home/thierry/bin/alias
|
source /home/thierry/bin/alias
|
||||||
|
|
||||||
sleep 1
|
#sleep 1
|
||||||
killall -e xdg-desktop-portal-hyprland
|
#killall -e xdg-desktop-portal-hyprland
|
||||||
killall -e xdg-desktop-portal-wlr
|
#killall -e xdg-desktop-portal-wlr
|
||||||
killall xdg-desktop-portal
|
#killall xdg-desktop-portal
|
||||||
/usr/lib/xdg-desktop-portal-hyprland &
|
#/usr/lib/xdg-desktop-portal-hyprland &
|
||||||
sleep 2
|
#sleep 2
|
||||||
/usr/lib/xdg-desktop-portal &
|
#/usr/lib/xdg-desktop-portal &
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#jamesdsp -t &
|
#jamesdsp -t &
|
||||||
#clight-gui --tray &
|
#clight-gui --tray &
|
||||||
|
|||||||
Reference in New Issue
Block a user