Updated notifications when Splitting
This commit is contained in:
parent
d6baa7896e
commit
505d65b0b5
|
@ -55,20 +55,10 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
|
||||||
# bindsym XF86MonBrightnessDown exec "xbacklight -dec 10; notify-send 'brightness down'"
|
# bindsym XF86MonBrightnessDown exec "xbacklight -dec 10; notify-send 'brightness down'"
|
||||||
|
|
||||||
# Start Applications
|
# 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 $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"
|
||||||
bindsym Print exec --no-startup-id i3-scrot
|
bindsym Print exec --no-startup-id i3-scrot
|
||||||
bindsym $mod+Print --release exec --no-startup-id i3-scrot -w
|
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+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
|
# 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
|
bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth
|
||||||
|
|
||||||
# split orientation
|
# split orientation
|
||||||
bindsym $mod+h split h;exec notify-send 'tile horizontally'
|
bindsym $mod+h split h;exec notify-send -u low -a "I3" "I3" "Tile Horizontally"
|
||||||
bindsym $mod+v split v;exec notify-send 'tile vertically'
|
bindsym $mod+v split v;exec notify-send -u low -a "I3" "I3" "Tile Vertically"
|
||||||
bindsym $mod+q split toggle
|
bindsym $mod+q split toggle
|
||||||
|
|
||||||
# toggle fullscreen mode for the focused container
|
# toggle fullscreen mode for the focused container
|
||||||
|
|
Loading…
Reference in New Issue