diff options
author | Yigit Sever | 2019-12-25 20:29:07 +0300 |
---|---|---|
committer | Yigit Sever | 2019-12-25 20:29:07 +0300 |
commit | 161fec5dcac768e9c3a6129cc9e7f49bacfeb682 (patch) | |
tree | 42fc96dbf06e0b745830c25e8621354fe054e692 /.config/i3/config##c.desktop,h.Lowe | |
parent | 9a550708b34ab9c391f82ba535130034a52d19c9 (diff) | |
download | dotfiles-161fec5dcac768e9c3a6129cc9e7f49bacfeb682.tar.gz dotfiles-161fec5dcac768e9c3a6129cc9e7f49bacfeb682.tar.bz2 dotfiles-161fec5dcac768e9c3a6129cc9e7f49bacfeb682.zip |
Change mod+a to sticky toggle
Diffstat (limited to '.config/i3/config##c.desktop,h.Lowe')
-rw-r--r-- | .config/i3/config##c.desktop,h.Lowe | 7 |
1 files changed, 5 insertions, 2 deletions
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 | |||
9 | exec --no-startup-id $HOME/.config/polybar/launch.sh & | 9 | exec --no-startup-id $HOME/.config/polybar/launch.sh & |
10 | 10 | ||
11 | # launch spliffer + notification | 11 | # launch spliffer + notification |
12 | exec --no-startup-id $HOME/bin/watch_incoming.sh & | 12 | exec --no-startup-id $HOME/bin/watch_incoming.sh |
13 | 13 | ||
14 | # start the screensaver, '' at the end is not a typo | 14 | # start the screensaver, '' at the end is not a typo |
15 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' | 15 | 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 | |||
108 | # toggle tiling / floating | 108 | # toggle tiling / floating |
109 | bindsym $mod+Shift+space floating toggle | 109 | bindsym $mod+Shift+space floating toggle |
110 | 110 | ||
111 | # toggle sticky floating window | ||
112 | bindsym $mod+a sticky toggle | ||
113 | |||
111 | # change focus between tiling / floating windows | 114 | # change focus between tiling / floating windows |
112 | bindsym $mod+space focus mode_toggle | 115 | bindsym $mod+space focus mode_toggle |
113 | 116 | ||
114 | # focus the parent container | 117 | # focus the parent container |
115 | bindsym $mod+a focus parent | 118 | # bindsym $mod+a focus parent |
116 | 119 | ||
117 | # 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. |
118 | # We use variables to avoid repeating the names in multiple places. | 121 | # We use variables to avoid repeating the names in multiple places. |