a metric butt ton of updates that idk....
This commit is contained in:
parent
972aec6926
commit
fc5a0acaec
18 changed files with 486 additions and 405 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo $(pamixer --get-volume-human) >> /tmp/vol
|
||||
echo $(pamixer --get-volume-human)
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@ 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
|
||||
window=$(list_windows | rofi -i -sync -dmenu -p " " -theme ~/.config/rofi/launchers-git/laptop-rbw.rasi | awk '{print $1}' | sed 's/://')
|
||||
|
||||
wlrctl window focus $window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue