diff options
author | Alex Auvolat <alex@adnab.me> | 2021-09-28 13:57:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-09-28 14:13:50 +0200 |
commit | c451b7bcac68bebd38ef1c9d356627ca51c02556 (patch) | |
tree | f052eb26ad9677bbe80a50a45d8d5215c509b923 /lindy/sway/config | |
parent | c73cd71d087399c38fff2d4dce34d9053d3569f2 (diff) | |
download | user-config-c451b7bcac68bebd38ef1c9d356627ca51c02556.tar.gz user-config-c451b7bcac68bebd38ef1c9d356627ca51c02556.zip |
Update lindy config files
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 |