- i3: Updated keybinding
This commit is contained in:
parent
64cfb3d803
commit
7deeaf6c39
1 changed files with 7 additions and 5 deletions
12
i3/config
12
i3/config
|
@ -34,6 +34,7 @@ bindsym $mod+Return exec i3-sensible-terminal
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
bindsym Control+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec dmenu_run
|
bindsym $mod+d exec dmenu_run
|
||||||
|
@ -53,7 +54,8 @@ bindsym $mod+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
bindsym $mod+Up focus up
|
bindsym $mod+Up focus up
|
||||||
bindsym $mod+Right focus right
|
bindsym $mod+Right focus right
|
||||||
bindsym $mod+Tab focus right
|
bindsym Mod1+Tab focus right
|
||||||
|
bindsym Mod1+Shift+Tab focus left
|
||||||
|
|
||||||
# move focused window
|
# move focused window
|
||||||
bindsym $mod+Shift+j move left
|
bindsym $mod+Shift+j move left
|
||||||
|
@ -105,8 +107,8 @@ bindsym $mod+8 workspace 8
|
||||||
bindsym $mod+9 workspace 9
|
bindsym $mod+9 workspace 9
|
||||||
bindsym $mod+0 workspace 10
|
bindsym $mod+0 workspace 10
|
||||||
# switch to previous/next workspace
|
# switch to previous/next workspace
|
||||||
bindsym $mod+Control+a workspace prev_on_output
|
bindsym Mod1+Control+a workspace prev_on_output
|
||||||
bindsym $mod+Control+d workspace next_on_output
|
bindsym Mod1+Control+d workspace next_on_output
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace 1
|
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+9 move container to workspace 9
|
||||||
bindsym $mod+Shift+0 move container to workspace 10
|
bindsym $mod+Shift+0 move container to workspace 10
|
||||||
# move focused container to previous/next workspace
|
# move focused container to previous/next workspace
|
||||||
bindsym $mod+Shift+Control+a move container to workspace prev
|
bindsym Mod1+Shift+Control+a move container to workspace prev
|
||||||
bindsym $mod+Shift+Control+d move container to workspace next
|
bindsym Mod1+Shift+Control+d move container to workspace next
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
Loading…
Reference in a new issue