mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-04 23:17:21 +01:00
gruvboxify things - and a can of worms
This commit is contained in:
19
autostart
19
autostart
@@ -11,15 +11,20 @@ store_pid() {
|
||||
echo $! >> $PIDS_FILE
|
||||
}
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
source ./gruvbox_colors.sh
|
||||
|
||||
OLD_PIDS=$(cat $PIDS_FILE)
|
||||
kill $(echo $OLD_PIDS)
|
||||
rm $PIDS_FILE
|
||||
|
||||
hc emit_hook reload
|
||||
|
||||
~/.config/herbstluftwm/bindings.sh
|
||||
~/.config/herbstluftwm/rules.sh
|
||||
~/.config/herbstluftwm/styling.sh
|
||||
./wallpaper.sh
|
||||
./bindings.sh
|
||||
./rules.sh
|
||||
./styling.sh
|
||||
|
||||
hc set tree_style '╾│ ├└╼─┐'
|
||||
hc unlock
|
||||
@@ -31,15 +36,15 @@ statusbar_height=20
|
||||
for monitor in $(hc list_monitors | cut -d: -f1) ; do
|
||||
# start it on each monitor
|
||||
hc pad $monitor $panel_height 0 $statusbar_height 0
|
||||
~/.config/herbstluftwm/panel.sh $monitor & store_pid
|
||||
~/.config/herbstluftwm/statusbar.sh $monitor & store_pid
|
||||
./panel.py $monitor & store_pid
|
||||
./statusbar.sh $monitor & store_pid
|
||||
done
|
||||
|
||||
~/.config/herbstluftwm/tray.sh & store_pid
|
||||
./tray.sh & store_pid
|
||||
udiskie --tray & store_pid
|
||||
|
||||
systemctl --user restart sxhkd
|
||||
systemctl --user restart xautolock
|
||||
systemd-run --user --on-active=30 ~/local/bin/battery-warning.sh
|
||||
systemctl --user restart battery-warning.timer
|
||||
|
||||
wmname LG3D
|
||||
|
||||
Reference in New Issue
Block a user