summaryrefslogtreecommitdiffstats
path: root/.config/i3/config##c.desktop,h.Lowe
diff options
context:
space:
mode:
authorYigit Sever2020-01-04 16:21:34 +0300
committerYigit Sever2020-01-04 16:21:34 +0300
commitec041431da07ece93a258674191ee8b16befcca6 (patch)
treea9a1de2111f3aef153c84cb0cdd161b3f8530218 /.config/i3/config##c.desktop,h.Lowe
parent3cd07e80c97a6c9f9a7283b384da52d681824ec3 (diff)
parentb7382c651d7246c1e0f17c42434ee30dd72ec017 (diff)
downloaddotfiles-ec041431da07ece93a258674191ee8b16befcca6.tar.gz
dotfiles-ec041431da07ece93a258674191ee8b16befcca6.tar.bz2
dotfiles-ec041431da07ece93a258674191ee8b16befcca6.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.config/i3/config##c.desktop,h.Lowe')
-rw-r--r--.config/i3/config##c.desktop,h.Lowe8
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/i3/config##c.desktop,h.Lowe b/.config/i3/config##c.desktop,h.Lowe
index 30692e1..2e5a8c4 100644
--- a/.config/i3/config##c.desktop,h.Lowe
+++ b/.config/i3/config##c.desktop,h.Lowe
@@ -8,6 +8,9 @@ set $alt Mod1
8# launch polybar 8# launch polybar
9exec --no-startup-id $HOME/.config/polybar/launch.sh & 9exec --no-startup-id $HOME/.config/polybar/launch.sh &
10 10
11# launch spliffer + notification
12exec --no-startup-id $HOME/bin/watch_incoming.sh
13
11# start the screensaver, '' at the end is not a typo 14# start the screensaver, '' at the end is not a typo
12exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' 15exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' ''
13 16
@@ -105,11 +108,14 @@ bindsym $mod+e layout toggle split
105# toggle tiling / floating 108# toggle tiling / floating
106bindsym $mod+Shift+space floating toggle 109bindsym $mod+Shift+space floating toggle
107 110
111# toggle sticky floating window
112bindsym $mod+a sticky toggle
113
108# change focus between tiling / floating windows 114# change focus between tiling / floating windows
109bindsym $mod+space focus mode_toggle 115bindsym $mod+space focus mode_toggle
110 116
111# focus the parent container 117# focus the parent container
112bindsym $mod+a focus parent 118# bindsym $mod+a focus parent
113 119
114# Define names for default workspaces for which we configure key bindings later on. 120# Define names for default workspaces for which we configure key bindings later on.
115# We use variables to avoid repeating the names in multiple places. 121# We use variables to avoid repeating the names in multiple places.