updating some wm stuff
This commit is contained in:
parent
79511c3289
commit
d8b69fea60
8 changed files with 45 additions and 25 deletions
11
scripts/window.sh
Executable file
11
scripts/window.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
list_windows() (
|
||||
wlrctl window list
|
||||
)
|
||||
|
||||
window=$(list_windows | rofi -sync -dmenu -p "select window..." -theme ~/.config/rofi/launchers-git/laptop-rbw.rasi | awk '{print $1}' | sed 's/://')
|
||||
|
||||
echo $window
|
||||
|
||||
wlrctl window focus $window
|
Loading…
Add table
Add a link
Reference in a new issue