diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-30 00:02:09 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-30 00:02:09 -0400 |
| commit | 40084275f5493ca0ad8d4b9d8acf5ab341946ffc (patch) | |
| tree | 98b7c6aef3a3bda7f85ccc232a7ae00f055f85b9 /.config/i3/config | |
| parent | 05f46122b5496e43c3725558c606df83530a6daf (diff) | |
| download | eibhear-40084275f5493ca0ad8d4b9d8acf5ab341946ffc.tar.gz eibhear-40084275f5493ca0ad8d4b9d8acf5ab341946ffc.tar.zst eibhear-40084275f5493ca0ad8d4b9d8acf5ab341946ffc.zip | |
bottomleft/right combined to hover
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index fed2942..7d24442 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -155,10 +155,10 @@ bindsym $mod+v exec --no-startup-id $term -e $EDITOR -c "VimwikiIndex" #bindsym $mod+Shift+v bindsym $mod+b bar mode toggle -bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft +bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left bindsym $mod+n exec $term -e newsboat && pkill -RTMIN+6 i3blocks -bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id bottomright +bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id hover right bindsym $mod+m exec --no-startup-id $term -e ncmpcpp bindsym $mod+Shift+m exec --no-startup-id lmc mute |
