Change title font and resize mode width/height
This commit is contained in:
10
sway/config
10
sway/config
@@ -41,6 +41,7 @@ smart_borders on
|
|||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
font FiraCode 10
|
||||||
|
|
||||||
# Draw wallpaper
|
# Draw wallpaper
|
||||||
output * bg `$HOME/dotfiles/bin/get-random-wallpaper.py` fill
|
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
|
### Resize mode
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
bindsym $left resize shrink width 10px
|
bindsym $left resize shrink width 100px
|
||||||
bindsym $down resize grow height 10px
|
bindsym $down resize grow height 100px
|
||||||
bindsym $up resize shrink height 10px
|
bindsym $up resize shrink height 100px
|
||||||
bindsym $right resize grow width 10px
|
bindsym $right resize grow width 100px
|
||||||
|
|
||||||
# Return to default mode
|
# Return to default mode
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|||||||
Reference in New Issue
Block a user