[i3] small changes to keyboard bindings
This commit is contained in:
parent
61847fb7c7
commit
04279586c4
1 changed files with 6 additions and 6 deletions
|
@ -22,10 +22,10 @@ floating_modifier $mod
|
|||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
|
||||
# start dolphin
|
||||
# bindsym $mod+e exec nautilus
|
||||
bindsym $mod+e exec pcmanfm-qt
|
||||
|
||||
bindsym $mod+Print exec ksnapshot
|
||||
bindsym $mod+Shift+Print exec ksnapshot -c
|
||||
bindsym $mod+Print exec scrot
|
||||
bindsym $mod+Shift+Print exec scrot -u
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+Q kill
|
||||
|
@ -58,9 +58,9 @@ bindsym $mod+v split v
|
|||
bindsym $mod+f fullscreen
|
||||
|
||||
# change container layout (stacked, tabbed, default)
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout default
|
||||
bindsym $mod+Ctrl+s layout stacking
|
||||
bindsym $mod+Ctrl+w layout tabbed
|
||||
bindsym $mod+Ctrl+e layout default
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
|
Loading…
Reference in a new issue