diff options
| author | Vlad Doster <mvdoster@gmail.com> | 2020-01-12 01:06:12 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-19 19:28:27 -0500 |
| commit | feba4ed3eba6cf943665fb80f06b4576da4c68c5 (patch) | |
| tree | 3ccb25cc0306e33305fce25c3cfd2e2100ad643c /.config/i3 | |
| parent | 0b4ca15f02bde14ee6228e58b4803681bcc31c2d (diff) | |
| download | eibhear-feba4ed3eba6cf943665fb80f06b4576da4c68c5.tar.gz eibhear-feba4ed3eba6cf943665fb80f06b4576da4c68c5.tar.zst eibhear-feba4ed3eba6cf943665fb80f06b4576da4c68c5.zip | |
fix(i3 config):
Removed redundant keyboard shortcut that can be found in the sxhkdrc config
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8fd19cf..7a31e74 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -39,7 +39,6 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev -bindsym $mod+Shift+Escape exec --no-startup-id prompt "Exit i3?" "i3-msg exit" #STOP/HIDE EVERYTHING: bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec --no-startup-id lmc pause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e $FILE |
