updated keybindings for more intuitive shortcuts
This commit is contained in:
parent
817dc2fb70
commit
d24cbd6768
1 changed files with 10 additions and 11 deletions
21
i3/config
21
i3/config
|
|
@ -78,13 +78,12 @@ bindsym $mod+G exec gimp
|
|||
bindsym $mod+K exec krita
|
||||
bindsym $mod+N exec tootle
|
||||
bindsym $mod+P exec postman
|
||||
# bindsym $mod+S exec iscan
|
||||
bindsym $mod+B exec xfce4-terminal -x btop
|
||||
bindsym $mod+X exec xfce4-terminal
|
||||
bindsym $mod+M exec kitty -e cmus
|
||||
bindsym $mod+M exec mousepad
|
||||
bindsym $mod+U exec galculator
|
||||
bindsym $mod+y exec steam
|
||||
bindsym $mod+o exec virt-manager
|
||||
bindsym $mod+S exec steam
|
||||
bindsym $mod+v exec virt-manager
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
@ -98,10 +97,10 @@ bindsym $mod+d exec --no-startup-id dmenu_run
|
|||
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
# bindsym $mod+j focus left
|
||||
bindsym $mod+h focus left
|
||||
# bindsym $mod+k focus down
|
||||
# bindsym $mod+l focus up
|
||||
# bindsym $mod+k focus right
|
||||
bindsym $mod+l focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Left focus left
|
||||
|
|
@ -122,18 +121,18 @@ bindsym $mod+Shift+Up move up
|
|||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h
|
||||
bindsym $mod+w split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
bindsym $mod+e split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+shift+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
# bindsym $mod+s layout stacking
|
||||
# bindsym $mod+w layout tabbed
|
||||
# bindsym $mod+e layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue