dot_files/.dwm/autostart.sh

19 lines
553 B
Bash
Raw Normal View History

2024-05-31 11:04:52 +00:00
#!/usr/bin/bash
2024-08-08 13:15:44 +00:00
sleep 1
2024-05-31 11:04:52 +00:00
pushd ~/.dwm/sources/dim
2024-08-08 13:15:44 +00:00
~/.dwm/sources/dim/target/release/dim 2>&1 | tee dim.log &
2024-05-31 11:04:52 +00:00
popd
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
dex --autostart --environment dwm &
numlockx on &
setxkbmap -layout 'us,lt' -variant altgr-intl,qwerty -option 'grp:alt_tab_toggle' &
nitrogen --restore &
xset s 480 dpms 600 600 600 &
/usr/bin/dunst &
echo "=========================================================================="
echo "OK"
echo "=========================================================================="