From 78d71e916b8df3957f00aac07467419d04ae0910 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 6 Dec 2015 11:04:43 +0100 Subject: initial openbox config --- autostart | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 autostart (limited to 'autostart') diff --git a/autostart b/autostart new file mode 100644 index 0000000..282d941 --- /dev/null +++ b/autostart @@ -0,0 +1,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 -- cgit v1.2.3