From a9b62924db5834e0cbba4378cef5ae854a41f089 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Feb 2023 16:27:12 -0300 Subject: etc/i3/config: Make bindings more compatible with xmonad defaults --- etc/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/i3/config b/etc/i3/config index f856dc5..18d109a 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -51,7 +51,7 @@ bindsym --release $mod+Print exec shot -m floating_modifier $mod bindsym $mod+Return exec st -bindsym $mod+Shift+q kill +bindsym $mod+Shift+c kill @@ -145,7 +145,7 @@ bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+q reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -- cgit v1.2.3