This commit is contained in:
t470p
2024-05-11 21:27:58 -05:00
parent e0d9005f82
commit 29765eef6f

View File

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