diff --git a/sway/config b/sway/config index 9e27692..d8669e8 100644 --- a/sway/config +++ b/sway/config @@ -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"