u
This commit is contained in:
@@ -89,10 +89,10 @@ bindsym $mod+Shift+Up move up
|
|||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+h split h
|
bindsym $mod+h split h ; exec notify-send 'tile horizontally' # <FK> added notification
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split v ; exec notify-send 'tile vertically' # <FK> added notification
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
# enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
@@ -195,5 +195,5 @@ bar {
|
|||||||
### START OF OWN ADDITIONS SECTION ###
|
### START OF OWN ADDITIONS SECTION ###
|
||||||
####################################################
|
####################################################
|
||||||
|
|
||||||
bindsym $mod+F3 exec pcmanfm
|
bindsym $mod+F3 exec pcmanfm # start file manager
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes # nifty to press the same workspace number and go back to previous
|
||||||
|
|||||||
Reference in New Issue
Block a user