more sway and some waybar

This commit is contained in:
Mark Riedesel 2024-06-12 13:05:12 -05:00
parent 2ac99db38b
commit 93879b3ef7
21 changed files with 760 additions and 26 deletions

View file

@ -13,7 +13,7 @@ mode --pango_markup $mode_recording {
}
## Launch // Recording Mode ##
$bindsym $mod+Shift+r mode $mode_recording
$bindsym $mod+Shift+Print mode $mode_recording
## Launch // Stop Recording Mode ##
$bindsym $mod+Escape exec killall -s SIGINT wf-recorder
$bindsym $mod+Escape exec killall -s SIGINT wf-recorder

View file

@ -1,4 +1,5 @@
mode "resize" {
set $mode_resize "<b>Resize</b><i>eo</i>"
mode --pango_markup $mode_resize {
$bindsym h resize shrink width 10 px or 10 ppt
$bindsym j resize grow height 10 px or 10 ppt
$bindsym k resize shrink height 10 px or 10 ppt
@ -14,4 +15,4 @@ mode "resize" {
$bindsym Return mode "default"
$bindsym Escape mode "default"
}
$bindsym $mod+r mode "resize"
$bindsym $mod+r mode $mode_resize

View file

@ -31,4 +31,4 @@ mode --pango_markup $mode_shutdown {
}
## Launch // Exit Menu ##
$bindsym $mod+Shift+e mode $mode_shutdown
bindsym $mod+Shift+e mode $mode_shutdown