diff options
author | Amin Bandali <bandali@kelar.org> | 2024-03-28 13:02:51 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-03-28 13:02:51 -0400 |
commit | 41d249ca548d15ca0b491313c50634069d5df1c4 (patch) | |
tree | 13157bb4b7a0d69501fe6859a200b9f32c31090e /.config/sway | |
parent | b507b6d402da09d9389aaf353ac132d80132cc5f (diff) | |
download | configs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.gz configs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.xz configs-41d249ca548d15ca0b491313c50634069d5df1c4.zip |
Small changes
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 9cf7b36..cedb123 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -141,6 +141,16 @@ mode "resize" { } bindsym $mod+r mode "resize" +mode notifications { + bindsym Return exec makoctl invoke; exec makoctl dismiss; mode default + bindsym d exec makoctl dismiss + bindsym Shift+d exec makoctl dismiss -a; mode default + bindsym r exec makoctl restore + bindsym Escape mode default + bindsym q mode default +} +bindsym $mod+n mode notifications + bar { position bottom @@ -155,6 +165,7 @@ bar { } seat seat0 hide_cursor 5000 +seat seat0 xcursor_theme DMZ-White default_border pixel 4 hide_edge_borders smart @@ -177,9 +188,10 @@ for_window [app_id="firefox" title="Choose User Profile"] \ for_window [app_id="firefox" title="Sharing Indicator"] \ floating enable, kill -include ~/.config/sway/`hostname` - +exec mako >/tmp/mako.log 2>&1 exec dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec pacify-pulseaudio exec [ -x "$(command -v nm-applet)" ] && nm-applet exec sleep 1 && xrdb -merge ~/.Xresources + +include ~/.config/sway/"$(hostname)" |