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:
parent
d5763b6fa4
commit
11e644f126
@ -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
|
||||
|
@ -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 &
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user