From 56418dfcd556bca997e1f45820256555475374db Mon Sep 17 00:00:00 2001 From: seajee Date: Sat, 8 Nov 2025 21:58:29 +0100 Subject: [PATCH] [i3] Remove ambiguous unicode characters --- i3/.config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index e4adfcb..d6b004f 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -161,10 +161,10 @@ bindsym $mod+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 j resize shrink width 10 px or 10 ppt bindsym k resize grow height 10 px or 10 ppt bindsym l resize shrink height 10 px or 10 ppt