diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:31:03 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:31:03 -0500 |
| commit | 7fdc2fac93797877abd2639ff6bd6e67730391e7 (patch) | |
| tree | 18cb6d12f026e708f3afeaee42480e02d2d175cd /.config | |
| parent | 04fdc3366b1086ba250e190fd33a1cc887d2f178 (diff) | |
| download | eibhear-7fdc2fac93797877abd2639ff6bd6e67730391e7.tar.gz eibhear-7fdc2fac93797877abd2639ff6bd6e67730391e7.tar.zst eibhear-7fdc2fac93797877abd2639ff6bd6e67730391e7.zip | |
winresize for floating windows
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 c418e3d..c842ce0 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -142,7 +142,7 @@ bindsym $mod+e exec $term -e neomutt bindsym $mod+Shift+e exec --no-startup-id tutorialvids bindsym $mod+r exec $term -e ranger -bindsym $mod+Shift+r exec $term -e sudo ranger / +bindsym $mod+Shift+r exec --no-startup-id winresize bindsym $mod+t split toggle bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15 |
