]> git.wh0rd.org - home.git/commitdiff
add some kde stuff
authorMike Frysinger <vapier@gentoo.org>
Sun, 30 Nov 2008 23:37:16 +0000 (18:37 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:06 +0000 (15:36 -0400)
.gitignore
.kde4/Autostart/auto-mute [new file with mode: 0755]
.kde4/Autostart/gkrellm [new file with mode: 0755]
.kde4/Autostart/kde-hidden-settings [new file with mode: 0755]
.kde4/Autostart/kill-flash-cookies [new file with mode: 0755]
.kde4/Autostart/xhost [new file with mode: 0755]
.kde4/Autostart/xmodmap [new file with mode: 0755]
.kde4/Autostart/xset-rate [new file with mode: 0755]

index 2782500ee0b95a7f0b35a8f2d84ccb0cf1b24ec5..7e2c0c41b63f157a3151ccb15c59ff40a77ae72d 100644 (file)
@@ -13,6 +13,7 @@ a.out
 /.dbus/session-bus/
 /.DCOPserver_*
 /.dmrc
+/.esd_auth
 /.gnomerc-errors
 /.ICEauthority
 /.ktorrent.lock
@@ -73,6 +74,7 @@ a.out
 /.gimp-*/
 /.gkrellm2
 /.gnome2/
+/.gstreamer-*/
 /.gtkdiskfree2/
 /.java/deployment/
 /.keychain/
@@ -80,8 +82,10 @@ a.out
 /.linphonec
 /.linphonerc
 /.local/
+/.macromedia/
 /.mozilla/
 /.mplayer/
+/.opera/
 /.profile.d/custom.sh
 /.subversion/auth/
 /.subversion/README.txt
@@ -97,6 +101,10 @@ a.out
 /.gnupg/*.kbx
 /.gnupg/random_seed
 
+/.kde*/cache-*
+/.kde*/socket-*
+/.kde*/tmp-*
+
 /.ncftp/firewall
 /.ncftp/history
 /.ncftp/init_v3
diff --git a/.kde4/Autostart/auto-mute b/.kde4/Autostart/auto-mute
new file mode 100755 (executable)
index 0000000..d27df75
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec amixer -q set Master mute
diff --git a/.kde4/Autostart/gkrellm b/.kde4/Autostart/gkrellm
new file mode 100755 (executable)
index 0000000..8024515
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec kstart --window gkrellm --alldesktops --ontop --skippager --skiptaskbar "$@" gkrellm
diff --git a/.kde4/Autostart/kde-hidden-settings b/.kde4/Autostart/kde-hidden-settings
new file mode 100755 (executable)
index 0000000..c784e9e
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# Disable the Ctrl-activated rectangles in Konqueror (Access Keys)
+kwriteconfig --file khtmlrc --group "Access Keys" --key Enabled --type bool false
+
+# Close Tab on Middle Click in Konqueror
+kwriteconfig --file konquerorrc --group "FMSettings" --key MouseMiddleClickClosesTab --type bool true
+
+# Hide "New Tab" and "Close Tab" from the Tabbar in Konqueror
+kwriteconfig --file konquerorrc --group FMSettings --key AddTabButton --type bool false
diff --git a/.kde4/Autostart/kill-flash-cookies b/.kde4/Autostart/kill-flash-cookies
new file mode 100755 (executable)
index 0000000..645086e
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec rm -rf ~/.macromedia
diff --git a/.kde4/Autostart/xhost b/.kde4/Autostart/xhost
new file mode 100755 (executable)
index 0000000..27d917a
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec xhost +local:0
diff --git a/.kde4/Autostart/xmodmap b/.kde4/Autostart/xmodmap
new file mode 100755 (executable)
index 0000000..389518e
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec xmodmap ~/.Xmodmap
diff --git a/.kde4/Autostart/xset-rate b/.kde4/Autostart/xset-rate
new file mode 100755 (executable)
index 0000000..c6c670a
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec xset r rate 200