Replace ambiguous apostrophes

This commit is contained in:
Firepup Sixfifty 2024-11-17 22:10:50 -06:00
parent c36b257157
commit 0015b33e9f
Signed by: Firepup650
SSH key fingerprint: SHA256:1g8FMWEtx/Cb7Ypb2pb/k1BTn2t3OwXor6n4a5peI7c

View file

@ -175,10 +175,10 @@ bindsym Mod1+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the windows width.
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
# Pressing left will shrink the window's width.
# Pressing right will grow the window's width.
# Pressing up will shrink the window's height.
# Pressing down will grow the window's height.
bindsym $left resize shrink width 10 px or 10 ppt
bindsym $down resize grow height 10 px or 10 ppt
bindsym $up resize shrink height 10 px or 10 ppt