]> code.delx.au - dotfiles/commitdiff
xfce4 config
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 8 Feb 2014 00:09:32 +0000 (11:09 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 10 Feb 2014 12:34:47 +0000 (23:34 +1100)
.config/autostart/Kupfer.desktop [new file with mode: 0644]
.config/autostart/randombg_server.desktop [new file with mode: 0644]
.config/autostart/trackpad_config.desktop [new file with mode: 0644]
.config/autostart/xmonad.desktop [new file with mode: 0644]
bin/setup-xfce [new file with mode: 0755]

diff --git a/.config/autostart/Kupfer.desktop b/.config/autostart/Kupfer.desktop
new file mode 100644 (file)
index 0000000..9c2f852
--- /dev/null
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=Kupfer
+Comment=App launcher
+Exec=kupfer
+OnlyShowIn=XFCE;
+StartupNotify=false
+Terminal=false
+Hidden=false
+
diff --git a/.config/autostart/randombg_server.desktop b/.config/autostart/randombg_server.desktop
new file mode 100644 (file)
index 0000000..0a84f48
--- /dev/null
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=randombg_server
+Comment=
+Exec=/home/jamesbunton/bin/randombg_server
+OnlyShowIn=XFCE;
+StartupNotify=false
+Terminal=false
+Hidden=false
+
diff --git a/.config/autostart/trackpad_config.desktop b/.config/autostart/trackpad_config.desktop
new file mode 100644 (file)
index 0000000..835373c
--- /dev/null
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=trackpad_config
+Comment=
+Exec=/home/jamesbunton/bin/trackpad-config.sh
+OnlyShowIn=XFCE;
+StartupNotify=false
+Terminal=false
+Hidden=false
+
diff --git a/.config/autostart/xmonad.desktop b/.config/autostart/xmonad.desktop
new file mode 100644 (file)
index 0000000..4f9fffa
--- /dev/null
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=xmonad
+Comment=
+Exec=xmonad --replace
+OnlyShowIn=XFCE;
+StartupNotify=false
+Terminal=false
+Hidden=false
+
diff --git a/bin/setup-xfce b/bin/setup-xfce
new file mode 100755 (executable)
index 0000000..1db2cd9
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+xfconf-query -n -t bool -c xfce4-session -p /startup/ssh-agent/enabled -s true
+xfconf-query -n -t string -c xfce4-session -p /startup/ssh-agent/type -s ssh-agent
+