[i3] small changes to keyboard bindings

This commit is contained in:
Tobias Schmidl 2023-02-03 15:50:06 +01:00
parent 61847fb7c7
commit 04279586c4

View file

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