From 7deeaf6c39f3708e33a069db3b6db7c40c5d87c2 Mon Sep 17 00:00:00 2001 From: Damien Broqua Date: Tue, 20 Jun 2017 17:25:53 +0200 Subject: [PATCH] - i3: Updated keybinding --- i3/config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/i3/config b/i3/config index dd8c8a6..27ea6d0 100644 --- a/i3/config +++ b/i3/config @@ -34,6 +34,7 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill +bindsym Control+q kill # start dmenu (a program launcher) bindsym $mod+d exec dmenu_run @@ -53,7 +54,8 @@ bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right -bindsym $mod+Tab focus right +bindsym Mod1+Tab focus right +bindsym Mod1+Shift+Tab focus left # move focused window bindsym $mod+Shift+j move left @@ -105,8 +107,8 @@ bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 # switch to previous/next workspace -bindsym $mod+Control+a workspace prev_on_output -bindsym $mod+Control+d workspace next_on_output +bindsym Mod1+Control+a workspace prev_on_output +bindsym Mod1+Control+d workspace next_on_output # move focused container to workspace bindsym $mod+Shift+1 move container to workspace 1 @@ -120,8 +122,8 @@ bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 # move focused container to previous/next workspace -bindsym $mod+Shift+Control+a move container to workspace prev -bindsym $mod+Shift+Control+d move container to workspace next +bindsym Mod1+Shift+Control+a move container to workspace prev +bindsym Mod1+Shift+Control+d move container to workspace next # reload the configuration file bindsym $mod+Shift+c reload