u
This commit is contained in:
@@ -89,10 +89,10 @@ bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# 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
|
||||
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
|
||||
bindsym $mod+f fullscreen toggle
|
||||
@@ -195,5 +195,5 @@ bar {
|
||||
### START OF OWN ADDITIONS SECTION ###
|
||||
####################################################
|
||||
|
||||
bindsym $mod+F3 exec pcmanfm
|
||||
workspace_auto_back_and_forth yes
|
||||
bindsym $mod+F3 exec pcmanfm # start file manager
|
||||
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