aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-06-02 23:31:04 -0700
committerGravatar Tom Willemse2022-06-02 23:31:04 -0700
commit054aaea796dd1a1da3922f103e3768c659fbae63 (patch)
tree0f9265780238eae68a142d6e9852877a40d74164 /oni
parentde5e85d9c665207f6289da8c10b2662ab39a962d (diff)
downloadnew-dotfiles-054aaea796dd1a1da3922f103e3768c659fbae63.tar.gz
new-dotfiles-054aaea796dd1a1da3922f103e3768c659fbae63.zip
Show a black background when locking the screen
Diffstat (limited to 'oni')
-rw-r--r--oni/home/data/config.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm
index b633791..f87797a 100644
--- a/oni/home/data/config.scm
+++ b/oni/home/data/config.scm
@@ -261,7 +261,7 @@
((mod4 t) . "herbstclient spawn hlwm-run-or-raise \"\\(URxct\\|Hyper\\|kitty\\)\" kitty")
((mod4 b) . "herbstclient spawn hlwm-run-or-raise \"\\(Conkeror\\|[Ff]irefox\\|Chromium\\|Next\\|qutebrowser\\)\" firefox")
((mod4 e) . "herbstclient spawn hlwm-run-or-raise Emacs emacsclient --create-frame")
- ((control mod1 l) . "herbstclient spawn i3lock")
+ ((control mod1 l) . "herbstclient spawn i3lock --color=000000")
((mod4 x) . "herbstclient spawn hlwm-switch-tags")
((mod4 shift b) . "herbstclient shift left")
((mod4 shift n) . "herbstclient shift down")