Change title font and resize mode width/height

This commit is contained in:
2021-10-15 20:15:39 +03:00
parent 2f50bf2eee
commit 6326e970f8

View File

@@ -41,6 +41,7 @@ smart_borders on
focus_follows_mouse no
gaps inner 10
floating_modifier $mod normal
font FiraCode 10
# Draw wallpaper
output * bg `$HOME/dotfiles/bin/get-random-wallpaper.py` fill
@@ -54,6 +55,7 @@ input * {
# _ ____ ____ _ ___ ____ _ _____ ___ ___ _ _ ____
# / \ | _ \| _ \| | |_ _/ ___| / \|_ _|_ _/ _ \| \ | / ___|
# / _ \ | |_) | |_) | | | | | / _ \ | | | | | | | \| \___ \
@@ -186,10 +188,10 @@ bindsym $mod+z floating toggle
### Resize mode
mode "resize" {
bindsym $left resize shrink width 10px
bindsym $down resize grow height 10px
bindsym $up resize shrink height 10px
bindsym $right resize grow width 10px
bindsym $left resize shrink width 100px
bindsym $down resize grow height 100px
bindsym $up resize shrink height 100px
bindsym $right resize grow width 100px
# Return to default mode
bindsym Return mode "default"