update

Changed files
+2 -2
home
wm
sway
+2 -2
home/wm/sway/bindings
···
set $mode_passthrough passthrough
mode "$mode_passthrough" {
-
bindsym $mod+Delete mode "default"; notify-send "passthrough"
+
bindsym $mod+Delete mode "default"; exec notify-send "passthrough"
}
-
bindsym $mod+Delete mode "$mode_passthrough"; notify-send "passthrough"
+
bindsym $mod+Delete mode "$mode_passthrough"; exec notify-send "passthrough"
# for when latop output is disabled on resume
bindsym $mod+Control+p output * enable; output * dpms on