diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-23 10:55:01 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-23 10:55:01 -0400 |
| commit | 999d56573e32bf19ba48e60d51db646b72125ff0 (patch) | |
| tree | e7e7757af66917dfe7f0a7535e7e0c978fd66ddb | |
| parent | 47b955673d66f266e7c091a4f9d9bcb45c002a5f (diff) | |
| download | eibhear-999d56573e32bf19ba48e60d51db646b72125ff0.tar.gz eibhear-999d56573e32bf19ba48e60d51db646b72125ff0.tar.zst eibhear-999d56573e32bf19ba48e60d51db646b72125ff0.zip | |
lockscreen turns off screen
| -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 7190438..18088f7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -145,7 +145,7 @@ bindsym $mod+Shift+l move right 30 bindsym $mod+z gaps outer current plus 5 bindsym $mod+Shift+z gaps outer current minus 5 -bindsym $mod+x exec --no-startup-id mpc pause; exec --no-startup-id pauseallmpv ; exec --no-startup-id i3lock -e -f -c 1d2021 +bindsym $mod+x exec --no-startup-id mpc pause; exec --no-startup-id pauseallmpv ; exec --no-startup-id i3lock -e -f -c 1d2021 ; exec --no-startup-id xset dpms force off bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown" bindsym $mod+c exec --no-startup-id cabl |
