diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 10:49:23 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 10:49:23 -0400 |
| commit | 9e70be27a484f4356d13b2f27da67495fd449e22 (patch) | |
| tree | a712c640fba6ddf82925c96a6b17a1ab3b6f088d /.config/i3 | |
| parent | d4f06d791d6b376d4db4c196e4bc72b8998e472d (diff) | |
| download | eibhear-9e70be27a484f4356d13b2f27da67495fd449e22.tar.gz eibhear-9e70be27a484f4356d13b2f27da67495fd449e22.tar.zst eibhear-9e70be27a484f4356d13b2f27da67495fd449e22.zip | |
freeze mode/distraction-free now mod+shift+f
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index c408727..6b27ad7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -165,8 +165,12 @@ bindsym $mod+Shift+s gaps inner current minus 5 bindsym $mod+d exec --no-startup-id dmenu_run bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0 +set $freeze Distraction-free mode (mod+shift+esc to exit) +mode "$freeze" { bindsym $mod+Shift+Escape mode "default" +} + bindsym $mod+f fullscreen toggle -##bindsym $mod+Shift+f +bindsym $mod+Shift+f mode "$freeze" bindsym $mod+g workspace prev bindsym $mod+Shift+g exec --no-startup-id gimp; workspace $ws5 |
