Update autocmds and keybinds
This commit is contained in:
parent
1ad0a620c9
commit
547daf4000
3 changed files with 15 additions and 12 deletions
|
|
@ -29,7 +29,7 @@ floating_modifier $mod
|
|||
tiling_drag modifier titlebar
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
|
@ -55,12 +55,6 @@ bindsym $mod+Shift+Down move down
|
|||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+u split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
|
|
@ -139,3 +133,5 @@ bindsym $mod+n exec betterlockscreen -l
|
|||
bindsym Print exec --no-startup-id spectacle
|
||||
|
||||
bindsym $mod+Shift+a move workspace to output next
|
||||
|
||||
bindsym $mod+v exec --no-startup-id xfce4-clipman-history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue