Switch to qtile.

This commit is contained in:
Bartek Stalewski 2022-07-29 16:13:13 +02:00
parent b164f74c04
commit 83595df8f0
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
**/qutebrowser/qsettings **/qutebrowser/qsettings
**/qutebrowser/greasemonkey **/qutebrowser/greasemonkey
**/.netrwhist **/.netrwhist
**/__pycache__

View File

@ -9,7 +9,7 @@ set_output() {
exit) exit ;; exit) exit ;;
*) pactl set-default-sink $(pactl list sinks | grep -B 1 "$sel_sink" | awk -F': ' '/Name:/ {print $2}') ;; *) pactl set-default-sink $(pactl list sinks | grep -B 1 "$sel_sink" | awk -F': ' '/Name:/ {print $2}') ;;
esac esac
kill -46 $(pidof dwmblocks) #kill -46 $(pidof dwmblocks)
show_current show_current
} }
@ -21,7 +21,7 @@ set_input() {
Bluetooth*) set_bt_profile ;; Bluetooth*) set_bt_profile ;;
*) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;; *) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
esac esac
kill -46 $(pidof dwmblocks) #kill -46 $(pidof dwmblocks)
show_current show_current
} }

View File

@ -41,7 +41,7 @@ onescreen() {
postrun() { postrun() {
feh --no-fehbg --bg-scale ~/.local/share/wallpaper.jpg 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 { 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 # Get all possible displays