mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
winresize for floating windows
This commit is contained in:
parent
2c882e0dfa
commit
b5f58dc9a4
@ -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
|
||||
|
||||
2
.scripts/i3cmds/winresize
Executable file
2
.scripts/i3cmds/winresize
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo | dmenu -p "Give width and height:" | xargs xdotool windowsize "$(xdotool getwindowfocus)"
|
||||
Loading…
x
Reference in New Issue
Block a user