Updated notifications when Splitting

This commit is contained in:
Jesper Fussing Mørk 2018-10-09 14:05:03 +02:00
parent d6baa7896e
commit 505d65b0b5
1 changed files with 2 additions and 12 deletions

View File

@ -55,20 +55,10 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# bindsym XF86MonBrightnessDown exec "xbacklight -dec 10; notify-send 'brightness down'"
# Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
bindsym $mod+F2 exec palemoon
bindsym $mod+F3 exec pcmanfm
# bindsym $mod+F3 exec ranger
bindsym $mod+Shift+F3 exec gksu pcmanfm
bindsym $mod+F5 exec terminal -e 'mocp'
bindsym $mod+t exec --no-startup-id pkill compton
bindsym $mod+Ctrl+t exec --no-startup-id compton -b
bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"
bindsym Print exec --no-startup-id i3-scrot
bindsym $mod+Print --release exec --no-startup-id i3-scrot -w
bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s
bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
# focus_follows_mouse no
@ -90,8 +80,8 @@ bindsym $mod+b workspace back_and_forth
bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth
# split orientation
bindsym $mod+h split h;exec notify-send 'tile horizontally'
bindsym $mod+v split v;exec notify-send 'tile vertically'
bindsym $mod+h split h;exec notify-send -u low -a "I3" "I3" "Tile Horizontally"
bindsym $mod+v split v;exec notify-send -u low -a "I3" "I3" "Tile Vertically"
bindsym $mod+q split toggle
# toggle fullscreen mode for the focused container