dotfiles/.config/eww/bar/scripts/qtile

13 lines
184 B
Plaintext
Raw Normal View History

2023-12-25 11:21:57 +01:00
#!/bin/bash
case "$1" in
switch) qtile cmd-obj -o group $2 -f toscreen
;;
restart) qtile cmd-obj -o cmd -f restart
;;
shutdown) qtile cmd-obj -o cmd -f shutdown
;;
esac