keynav added to startup, more bm in qb, fixed dwmblocks plugin

modified:   .config/qutebrowser/bookmarks/urls
	modified:   .config/xprofile
	modified:   .local/bin/statusbar/headset_connected
This commit is contained in:
Alexander Bocken 2020-09-15 21:21:01 +02:00
parent d5763b6fa4
commit 11e644f126
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
3 changed files with 8 additions and 1 deletions

View File

@ -5,3 +5,5 @@ https://translate.google.com/#view=home&op=translate&sl=de&tl=ja&text=Generation
https://evasys-app1.let.ethz.ch/evasys/online.php?pswd=O68MYGRV29I6EE EvaSys Onlineumfrage - Introduction to Quantum Mechanics for Engineers (151-0966-00S-FS20)
https://traditionalcatholicprayers.com/2019/11/12/how-to-pray-the-rosary-in-latin/ How to Pray the Rosary in Latin | Traditional Catholic Prayers
https://searx.bocken.org/ Alex's searx
https://www.theatlantic.com/magazine/archive/2019/08/henry-kissinger-the-metamorphosis-ai/592771/?utm_source=share&utm_campaign=share Henry Kissinger, Eric Schmidt, and Daniel Huttenlocher on AI - The Atlantic
http://www.ozdic.com/ ozdic.com - the English Collocations Dictionary online

View File

@ -26,3 +26,4 @@ transmission-daemon &
echo "$HOME/.config/mpd/state" | entr -np pkill -RTMIN+11 dwmblocks &
xrandr --listactivemonitors | grep -q '1920.*x1080.*HDMI-1$' && ( xrandr --output HDMI-1 --scale 1.5 && setbg ) # set scale for 2nd monitor if connected
redshift &
keynav &

View File

@ -1,2 +1,6 @@
#!/bin/bash
pactl list sinks | grep -qE 'device.icon_name = \"audio-(headset|headphones)-bluetooth\"' && echo 🎧
if pactl list sinks | grep -qE 'device.icon_name = \"audio-(headset|headphones)-bluetooth\"'; then
echo 🎧
else
echo ""
fi