summaryrefslogtreecommitdiffstats
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-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)"