- i3: Updated keybinding

This commit is contained in:
Damien Broqua 2017-06-20 17:25:53 +02:00
parent 64cfb3d803
commit 7deeaf6c39

View File

@ -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