diff options
Diffstat (limited to 'lindy/sway/config')
-rw-r--r-- | lindy/sway/config | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lindy/sway/config b/lindy/sway/config index e7e2ab5..1f0f1f1 100644 --- a/lindy/sway/config +++ b/lindy/sway/config @@ -41,7 +41,8 @@ floating_modifier $mod # start a terminal #bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Return exec mlterm +#bindsym $mod+Return exec mlterm +bindsym $mod+Return exec alacritty #bindsym $mod+Return exec xfce4-terminal #bindsym $mod+Return exec gnome-terminal @@ -250,13 +251,14 @@ exec_always dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRES exec /usr/libexec/xdg-desktop-portal exec mako -exec swayidle -w timeout 600 'swaylock -f -c 000000' \ - timeout 610 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' +#exec swayidle -w timeout 600 'swaylock -f -c 000000' \ +# timeout 610 'swaymsg "output * dpms off"' \ +# resume 'swaymsg "output * dpms on"' \ +# before-sleep 'swaylock -f -c 000000' exec nm-applet exec nextcloud exec syncthing-gtk -m exec_always xset -b # disable bell +exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 |