diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-11 16:53:16 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-11 16:53:16 -0500 |
| commit | 2289c2afd7dc2cd8797d127a44b3845dd722a1de (patch) | |
| tree | 59f5a4970821347b3961ada9b11126738c83e681 /.config | |
| parent | 1a9188c3ba5db384fa3c3fd6201f93a08509bd4f (diff) | |
| download | eibhear-2289c2afd7dc2cd8797d127a44b3845dd722a1de.tar.gz eibhear-2289c2afd7dc2cd8797d127a44b3845dd722a1de.tar.zst eibhear-2289c2afd7dc2cd8797d127a44b3845dd722a1de.zip | |
pause fix on porno mode
Diffstat (limited to '.config')
| -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 649b72f..c154743 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -126,7 +126,7 @@ bindsym $mod+grave exec --no-startup-id dmenuunicode ##bindsym $mod+asciitilde #STOP/HIDE EVERYTHING: -bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec $truepause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e ranger +bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec --no-startup-id lmc truepause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e ranger # Show selection: bindsym $mod+Insert exec --no-startup-id showclip |
