diff options
| author | jstmax! <maxwasmailed@proton.me> | 2025-11-12 19:37:45 +0100 |
|---|---|---|
| committer | jstmax! <maxwasmailed@proton.me> | 2025-11-12 19:37:45 +0100 |
| commit | 3effdf39e99ab56e12be89baa2f7f08509c0b83f (patch) | |
| tree | 13d87bd442d628a6e35486105978be09f94a57fe /cfg | |
| parent | d18948dc4d996129cea954de1ed9e115b19a8510 (diff) | |
updated sway config file
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/i3/sway/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cfg/i3/sway/config b/cfg/i3/sway/config index f2c597f..68f5ef7 100644 --- a/cfg/i3/sway/config +++ b/cfg/i3/sway/config @@ -62,7 +62,7 @@ bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right bindsym $mod+q kill -bindsym $mod+t floating toggle && resize set 672 432 +bindsym $mod+t floating toggle; resize set 672 432 bindsym $mod+v split v bindsym $mod+h split h @@ -123,9 +123,13 @@ floating_modifier $mod # borders / titlebars # ------------------------- client.focused #f82323 #101010 #f82323 #101010 + font pango:chirufont 10 client.focused_inactive #101010 #101010 #f82323 #101010 + font pango:chirufont 10 client.unfocused #101010 #101010 #f82323 #101010 + font pango:chirufont 10 client.urgent #101010 #101010 #f82323 #101010 + font pango:chirufont 10 # ------------------------- # bar black + white (kurobar.sh) |