From 0015b33e9f489a6548c79c7655d815ea03371233 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sun, 17 Nov 2024 22:10:50 -0600 Subject: [PATCH] Replace ambiguous apostrophes --- i3-config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3-config b/i3-config index 060d30f..ef06cae 100644 --- a/i3-config +++ b/i3-config @@ -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 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. + # 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