diff --git a/dots/i3wm/config b/dots/i3wm/config index 7959b7a..27a2e0a 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -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' # added notification # split in vertical orientation -bindsym $mod+v split v +bindsym $mod+v split v ; exec notify-send 'tile vertically' # 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