diff options
author | Yigit Sever | 2021-11-30 15:21:58 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-30 15:21:58 +0300 |
commit | 4bc2922af00d96a83f58206ee95236719dd7604b (patch) | |
tree | 4daada8ba5da8601a6fc260a96ccf3cc84ec29e3 /.config/i3/config##h.lowe | |
parent | 66afeaa349fc2146b0ef26b87f0894e8772db7af (diff) | |
download | dotfiles-4bc2922af00d96a83f58206ee95236719dd7604b.tar.gz dotfiles-4bc2922af00d96a83f58206ee95236719dd7604b.tar.bz2 dotfiles-4bc2922af00d96a83f58206ee95236719dd7604b.zip |
polybar, lowe: fix lock
Diffstat (limited to '.config/i3/config##h.lowe')
-rw-r--r-- | .config/i3/config##h.lowe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config##h.lowe b/.config/i3/config##h.lowe index 608797e..96d76e4 100644 --- a/.config/i3/config##h.lowe +++ b/.config/i3/config##h.lowe | |||
@@ -23,7 +23,7 @@ exec --no-startup-id $HOME/.config/polybar/launch.sh & | |||
23 | exec i3-layouts | 23 | exec i3-layouts |
24 | 24 | ||
25 | # start the screensaver, '' at the end is not a typo | 25 | # start the screensaver, '' at the end is not a typo |
26 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' | 26 | exec --no-startup-id xidlehook --not-when-fullscreen --timer 300 lock '' |
27 | 27 | ||
28 | # swap caps lock and escape, set keyboard layout | 28 | # swap caps lock and escape, set keyboard layout |
29 | exec --no-startup-id setxkbmap -model pc105 -layout us -variant colemak -option caps:backspace | 29 | exec --no-startup-id setxkbmap -model pc105 -layout us -variant colemak -option caps:backspace |