summaryrefslogtreecommitdiffstats
path: root/.config/sway/config
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-03-28 13:02:51 -0400
committerAmin Bandali <bandali@kelar.org>2024-03-28 13:02:51 -0400
commit41d249ca548d15ca0b491313c50634069d5df1c4 (patch)
tree13157bb4b7a0d69501fe6859a200b9f32c31090e /.config/sway/config
parentb507b6d402da09d9389aaf353ac132d80132cc5f (diff)
downloadconfigs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.gz
configs-41d249ca548d15ca0b491313c50634069d5df1c4.tar.xz
configs-41d249ca548d15ca0b491313c50634069d5df1c4.zip
Small changes
Diffstat (limited to '')
-rw-r--r--.config/sway/config16
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)"