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

@ -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