diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-23 19:43:14 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-23 19:43:14 -0400 |
| commit | 349668f423542119770d2deb5e815442e4b1fa0d (patch) | |
| tree | 17de5368340afd65fa035d707335da229fcc4304 /.config/i3 | |
| parent | 745f12bd16983f9d1e7592ae1101c2f18f6b6c1b (diff) | |
| parent | 18113aad1a0f50f8596486f64332eed859a79813 (diff) | |
| download | eibhear-349668f423542119770d2deb5e815442e4b1fa0d.tar.gz eibhear-349668f423542119770d2deb5e815442e4b1fa0d.tar.zst eibhear-349668f423542119770d2deb5e815442e4b1fa0d.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/i3')
| -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 ea24277..ed7e7a5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -134,7 +134,7 @@ bindsym $mod+Ctrl+l move workspace to output right 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 ; exec --no-startup-id xset dpms force off +bindsym $mod+x exec --no-startup-id xset dpms force off && mpc pause && pauseallmpv && slock & bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown" bindsym $mod+c exec --no-startup-id cabl |
