diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-11-03 21:26:05 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-11-03 21:26:05 +0100 |
commit | f51f55231768b33f96e8bf1e6ad7a63278100a36 (patch) | |
tree | a71067c97dc927fb1c1b018ebb374da7fa6515b0 | |
parent | d4393be37ac6618cb676b7d30db1fa11826eb9ce (diff) | |
download | dotfiles-f51f55231768b33f96e8bf1e6ad7a63278100a36.tar dotfiles-f51f55231768b33f96e8bf1e6ad7a63278100a36.tar.zst dotfiles-f51f55231768b33f96e8bf1e6ad7a63278100a36.zip |
Multimonitor Setting for i3lock
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index f380554..1aa41bf 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -183,5 +183,5 @@ bar { } # lock screen -bindsym $mod+Escape exec "i3lock -i ~/lockimage" +bindsym $mod+Escape exec "i3lock -t -i ~/lockimage" |