feat: add submit-on-touch for swaylock
This commit is contained in:
parent
bb224a4046
commit
745e5d2c6e
2 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
# execs
|
# execs
|
||||||
exec bash -c "sleep 3; nm-tray"
|
exec bash -c "sleep 3; nm-applet"
|
||||||
exec eww daemon
|
exec eww daemon
|
||||||
exec_always $HOME/.config/lisgd/config
|
exec_always $HOME/.config/lisgd/config
|
||||||
exec sudo input-emulator start touch --x-max 1920 --y-max 1200 --slots 4
|
exec sudo input-emulator start touch --x-max 1920 --y-max 1200 --slots 4
|
||||||
|
@ -49,12 +49,12 @@ exec dbus-update-activation-environment --all
|
||||||
exec gnome-keyring-daemon --start --components=secrets
|
exec gnome-keyring-daemon --start --components=secrets
|
||||||
|
|
||||||
exec $menu
|
exec $menu
|
||||||
exec --no-startup-id sleep 3 && nextcloud --background
|
exec --no-startup-id sleep 4 && nextcloud --background
|
||||||
#exec --no-startup-id sleep 3 && galaxybudsclient --background
|
#exec --no-startup-id sleep 3 && galaxybudsclient --background
|
||||||
exec swww init
|
exec swww init
|
||||||
exec swww img "$HOME/Pictures/BG/bonzai.jpg"
|
exec swww img "$HOME/Pictures/BG/bonzai.jpg"
|
||||||
exec /usr/lib/polkit-kde-authentication-agent-1
|
exec /usr/lib/polkit-kde-authentication-agent-1
|
||||||
exec bash -c "sleep 3; /opt/tutanota-desktop/tutanota-desktop -a"
|
exec bash -c "sleep 4; /opt/tutanota-desktop/tutanota-desktop -a"
|
||||||
exec blueman-applet
|
exec blueman-applet
|
||||||
exec $scripts/lose-focus.sh
|
exec $scripts/lose-focus.sh
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ timestr=%R
|
||||||
datestr=%a, %e of %B
|
datestr=%a, %e of %B
|
||||||
|
|
||||||
screenshots
|
screenshots
|
||||||
|
submit-on-touch
|
||||||
#fade-in=0.2
|
#fade-in=0.2
|
||||||
|
|
||||||
effect-blur=20x2
|
effect-blur=20x2
|
||||||
|
|
Loading…
Reference in a new issue