added sxhkd configs

This commit is contained in:
Salyrus
2021-12-08 10:47:56 +01:00
parent a80e55c14b
commit 416d2ebcf8
30 changed files with 9 additions and 3720 deletions

View File

@ -1,11 +0,0 @@
#!/bin/bash
# Terminate already running bar instances
pkill polybar
# If all your bars have ipc enabled, you can also use
# polybar-msg cmd quit
# Launch Polybar, using default config location ~/.config/polybar/config
polybar top | tee -a /tmp/polybar.log & disown
echo "Polybar launched..."