blob: 282d9417b18dc427ecb4a81fc5787ce49ff8b1cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
sh $HOME/.fehbg # Background
compton & # Transparency
#blueman-applet& # Bluetooth
xmodmap ~/.config/openbox/xmodmap # rebind some keys
/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd >/dev/null 2>&1 & # Notifications
/usr/local/bin/tp-key-handler & # TP Key Handler
tint2 & # Panel
eval $(gpg-agent --daemon) # GPG agent
xset b off # disable audible bell
|