diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-04 12:35:42 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-04 12:35:42 -0700 |
| commit | dc13bb8ede1a409ad97c63c8c6d135a396e9e06d (patch) | |
| tree | 8863572ca80894ae071095f0087e535aae756432 /.config | |
| parent | bdb3100f237f1b68b8d1345884882aca59275e42 (diff) | |
| download | eibhear-dc13bb8ede1a409ad97c63c8c6d135a396e9e06d.tar.gz eibhear-dc13bb8ede1a409ad97c63c8c6d135a396e9e06d.tar.zst eibhear-dc13bb8ede1a409ad97c63c8c6d135a396e9e06d.zip | |
vimrc, i3 tweaks
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index d723776..194d864 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,4 +1,10 @@ # vim: filetype=i3 +# _ _ ____ _ _ _ _ _ _____ ____ __ _ +# | | _ _| | _____ / ___| _ __ ___ (_) |_| |__ ( )___ (_)___ / / ___|___ _ __ / _(_) __ _ +# | | | | | | |/ / _ \ \___ \| '_ ` _ \| | __| '_ \|// __| | | |_ \ | | / _ \| '_ \| |_| |/ _` | +# | |__| |_| | < __/ ___) | | | | | | | |_| | | | \__ \ | |___) | | |__| (_) | | | | _| | (_| | +# |_____\__,_|_|\_\___| |____/|_| |_| |_|_|\__|_| |_| |___/ |_|____/ \____\___/|_| |_|_| |_|\__, | + # |___/ # This is Luke Smith's i3-gaps configuration file. # Me: http://lukesmith.xyz @@ -219,7 +225,7 @@ for_window [title="video0 - mpv"] floating enable for_window [title="video0 - mpv"] sticky enable bindsym $mod+c exec --no-startup-id mpv --geometry=-0-0 --autofit=30% /dev/video0 -bindsym $mod+Shift+c exec killall mpv /dev/video0 +bindsym $mod+Shift+c exec pkill -f dev/video bindsym $mod+v exec $term -e ncmpcpp -s visualizer bindsym $mod+Shift+v exec projectM-pulseaudio |
