diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-04 19:16:53 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-04 19:16:53 -0400 |
| commit | a44776c95882be11f45b43f5da4d556cd0febd13 (patch) | |
| tree | 174bf315130829c89bb1367b85d10db38b4fbd33 /.config | |
| parent | fd57c4350b5cebe82ca0790856340eae1dbb3d81 (diff) | |
| download | eibhear-a44776c95882be11f45b43f5da4d556cd0febd13.tar.gz eibhear-a44776c95882be11f45b43f5da4d556cd0febd13.tar.zst eibhear-a44776c95882be11f45b43f5da4d556cd0febd13.zip | |
freeze for dunst fix
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 7d24442..d47923c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -125,7 +125,7 @@ mode "$freeze" { bindsym $mod+Shift+f mode "default" } bindsym $mod+f fullscreen toggle -bindsym $mod+Shift+f mode "$freeze" ;; exec --no-startup-id notify-send "<b>Distraction-free mode activated.</b> Press Super+Shift+f to return." +bindsym $mod+Shift+f mode "$freeze" ;; exec --no-startup-id notify-send "Distraction-free mode activated." "Press Super+Shift+f to return." bindsym $mod+g workspace prev bindsym $mod+Shift+g exec --no-startup-id gimp; workspace $ws5 |
