diff options
author | EuAndreh <eu@euandre.org> | 2023-02-15 16:27:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-15 16:27:12 -0300 |
commit | a9b62924db5834e0cbba4378cef5ae854a41f089 (patch) | |
tree | 409d9daf313ece80239252f2a0e923fc6375c680 | |
parent | etc/i3/config: Use bin/shot over literal command (diff) | |
download | dotfiles-a9b62924db5834e0cbba4378cef5ae854a41f089.tar.gz dotfiles-a9b62924db5834e0cbba4378cef5ae854a41f089.tar.xz |
etc/i3/config: Make bindings more compatible with xmonad defaults
-rw-r--r-- | etc/i3/config | 4 |
1 files 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) |