trying to fix kde on greetd
This commit is contained in:
parent
aed85412da
commit
b2a940dbe9
8 changed files with 71 additions and 14 deletions
|
@ -4,6 +4,6 @@ list_windows() (
|
|||
wlrctl window list
|
||||
)
|
||||
|
||||
window=$(list_windows | rofi -i -sync -dmenu -p " " -theme ~/.config/rofi/launchers-git/laptop-rbw.rasi | awk '{print $1}' | sed 's/://')
|
||||
window=$(wlrctl window list | rofi -i -sync -dmenu -p " " -theme ~/.config/rofi/launchers-git/laptop-rbw-wayland.rasi | awk '{print $1}' | sed 's/://')
|
||||
|
||||
wlrctl window focus $window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue