From 2c523ef1eb51ab9e0e9b1ba6bc30c117396bb331 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 8 Dec 2019 14:46:45 +0300 Subject: Work auto spliff --- .config/i3/config##c.desktop,h.Lowe | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/i3') diff --git a/.config/i3/config##c.desktop,h.Lowe b/.config/i3/config##c.desktop,h.Lowe index 30692e1..86688be 100644 --- a/.config/i3/config##c.desktop,h.Lowe +++ b/.config/i3/config##c.desktop,h.Lowe @@ -8,6 +8,9 @@ set $alt Mod1 # launch polybar exec --no-startup-id $HOME/.config/polybar/launch.sh & +# launch spliffer + notification +exec --no-startup-id $HOME/bin/watch_incoming.sh & + # start the screensaver, '' at the end is not a typo exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' -- cgit v1.2.3-70-g09d2 From 161fec5dcac768e9c3a6129cc9e7f49bacfeb682 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 25 Dec 2019 20:29:07 +0300 Subject: Change mod+a to sticky toggle --- .config/i3/config##c.desktop,h.Lowe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config##c.desktop,h.Lowe b/.config/i3/config##c.desktop,h.Lowe index 86688be..2e5a8c4 100644 --- a/.config/i3/config##c.desktop,h.Lowe +++ b/.config/i3/config##c.desktop,h.Lowe @@ -9,7 +9,7 @@ set $alt Mod1 exec --no-startup-id $HOME/.config/polybar/launch.sh & # launch spliffer + notification -exec --no-startup-id $HOME/bin/watch_incoming.sh & +exec --no-startup-id $HOME/bin/watch_incoming.sh # start the screensaver, '' at the end is not a typo exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' @@ -108,11 +108,14 @@ bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle +# toggle sticky floating window +bindsym $mod+a sticky toggle + # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle # focus the parent container -bindsym $mod+a focus parent +# bindsym $mod+a focus parent # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -- cgit v1.2.3-70-g09d2