# HG changeset patch # User Peter Sanchez # Date 1740160565 21600 # Fri Feb 21 11:56:05 2025 -0600 # Node ID 26ceda730e8a2e4800794a12bc64db9678892558 # Parent fefdcb2bfe5993888cdb87088c6cb4fca3e48f2d Correcting suspend keybinding diff --git a/.config/i3/config b/.config/i3/config --- a/.config/i3/config +++ b/.config/i3/config @@ -265,7 +265,7 @@ # lock screen bindsym $mod+x exec --no-startup-id betterlockscreen --lock -bindsym $mod+X exec --no-startup-id betterlockscreen --lock --suspend +bindsym $mod+Shift+x exec --no-startup-id betterlockscreen --lock --suspend # exit i3 bindsym $mod+Shift+Escape exit