diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:30:44 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:30:44 -0500 |
| commit | 04fdc3366b1086ba250e190fd33a1cc887d2f178 (patch) | |
| tree | 92857595bcce94768649e0b6130abf1ededc86e9 | |
| parent | 2bab8a482cfabb783c01cc22757f29d272270b5a (diff) | |
| download | eibhear-04fdc3366b1086ba250e190fd33a1cc887d2f178.tar.gz eibhear-04fdc3366b1086ba250e190fd33a1cc887d2f178.tar.zst eibhear-04fdc3366b1086ba250e190fd33a1cc887d2f178.zip | |
cleanup, tweaks
| -rw-r--r-- | .config/i3/config | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.config/i3/config b/.config/i3/config index a622138..c418e3d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -35,7 +35,7 @@ set $hibernate sudo -A systemctl suspend # First I have a tmux window used for background scripts. # I'll later bind this to mod+u. for_window [instance="tmuxdd"] floating enable -for_window [instance="tmuxdd"] resize set 625 400 +for_window [instance="tmuxdd"] resize set 625 450 for_window [instance="tmuxdd"] move scratchpad for_window [instance="tmuxdd"] border pixel 3 for_window [instance="tmuxdd"] sticky enable @@ -63,10 +63,6 @@ exec --no-startup-id remaps exec --no-startup-id unclutter # Run the script to update the mpd i3block on change. exec --no-startup-id i3mpdupdate -# Remove recording icon if not properly closed on last shutdown. -exec --no-startup-id rm -f ~/.larbs/.recording -# Network manager applet -exec --no-startup-id nm-applet # mpd startup exec --no-startup-id mpd @@ -175,12 +171,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" +set $freeze Distraction-free mode (super+shift+f to reactivate bindings) +mode "$freeze" { bindsym $mod+Shift+f mode "default" } bindsym $mod+f fullscreen toggle -bindsym $mod+Shift+f mode "$freeze" +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+g workspace prev bindsym $mod+Shift+g exec --no-startup-id gimp; workspace $ws5 |
