diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2021-11-12 21:40:47 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2021-11-12 21:40:47 +0100 |
| commit | 633aae5ba9a893ee43735b0b259bfc32e16abcc2 (patch) | |
| tree | 293cba320ce493859ea558b0413476f6657e7153 /niflheim/config/i3 | |
| parent | 6e2ba299cc922199f1d58f21c223f424718c0a99 (diff) | |
| download | dotfiles-633aae5ba9a893ee43735b0b259bfc32e16abcc2.tar.gz dotfiles-633aae5ba9a893ee43735b0b259bfc32e16abcc2.tar.bz2 | |
i3: i3lock call missed -e flag
Diffstat (limited to 'niflheim/config/i3')
| -rw-r--r-- | niflheim/config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/niflheim/config/i3/config b/niflheim/config/i3/config index 226965f..ddc25da 100644 --- a/niflheim/config/i3/config +++ b/niflheim/config/i3/config @@ -175,7 +175,7 @@ for_window [class="Bsvc.tk"] floating enable # bind i3lock -d to stop key (XF86AudioStop) #bind 174 exec /usr/bin/i3lock -d -c 555555 -bindsym $mod+Shift+BackSpace exec /usr/bin/i3lock -d -c 555555 +bindsym $mod+Shift+BackSpace exec /usr/bin/i3lock -d -c 555555 -e # resize window (you can also use the mouse for that) mode "resize" { |
