mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-05 03:29:41 +03:00
Move old config to old-dots branch
This commit is contained in:
12
.config/eww/bar/scripts/qtile
Executable file
12
.config/eww/bar/scripts/qtile
Executable file
@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
|
||||
|
Reference in New Issue
Block a user