From 505d65b0b587ccebb80dc21d1be46970083f129b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Fussing=20M=C3=B8rk?= Date: Tue, 9 Oct 2018 14:05:03 +0200 Subject: [PATCH] Updated notifications when Splitting --- i3/.i3/config | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/i3/.i3/config b/i3/.i3/config index f273ed9..099c2e5 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -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