Switch to qtile.
This commit is contained in:
parent
b164f74c04
commit
83595df8f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
**/qutebrowser/qsettings
|
||||
**/qutebrowser/greasemonkey
|
||||
**/.netrwhist
|
||||
**/__pycache__
|
||||
|
@ -9,7 +9,7 @@ set_output() {
|
||||
exit) exit ;;
|
||||
*) pactl set-default-sink $(pactl list sinks | grep -B 1 "$sel_sink" | awk -F': ' '/Name:/ {print $2}') ;;
|
||||
esac
|
||||
kill -46 $(pidof dwmblocks)
|
||||
#kill -46 $(pidof dwmblocks)
|
||||
show_current
|
||||
}
|
||||
|
||||
@ -21,7 +21,7 @@ set_input() {
|
||||
Bluetooth*) set_bt_profile ;;
|
||||
*) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
|
||||
esac
|
||||
kill -46 $(pidof dwmblocks)
|
||||
#kill -46 $(pidof dwmblocks)
|
||||
show_current
|
||||
}
|
||||
|
||||
|
@ -41,7 +41,7 @@ onescreen() {
|
||||
postrun() {
|
||||
feh --no-fehbg --bg-scale ~/.local/share/wallpaper.jpg
|
||||
{ killall dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen
|
||||
kill -46 $(pidof dwmblocks)
|
||||
#kill -46 $(pidof dwmblocks)
|
||||
}
|
||||
|
||||
# Get all possible displays
|
||||
|
Loading…
Reference in New Issue
Block a user