From 512cc4ea03c4af468a735c019ef572372910dc91 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 30 Nov 2008 18:37:16 -0500 Subject: [PATCH] add some kde stuff --- .gitignore | 8 ++++++++ .kde4/Autostart/auto-mute | 2 ++ .kde4/Autostart/gkrellm | 2 ++ .kde4/Autostart/kde-hidden-settings | 10 ++++++++++ .kde4/Autostart/kill-flash-cookies | 2 ++ .kde4/Autostart/xhost | 2 ++ .kde4/Autostart/xmodmap | 2 ++ .kde4/Autostart/xset-rate | 2 ++ 8 files changed, 30 insertions(+) create mode 100755 .kde4/Autostart/auto-mute create mode 100755 .kde4/Autostart/gkrellm create mode 100755 .kde4/Autostart/kde-hidden-settings create mode 100755 .kde4/Autostart/kill-flash-cookies create mode 100755 .kde4/Autostart/xhost create mode 100755 .kde4/Autostart/xmodmap create mode 100755 .kde4/Autostart/xset-rate diff --git a/.gitignore b/.gitignore index 2782500..7e2c0c4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 0000000..d27df75 --- /dev/null +++ b/.kde4/Autostart/auto-mute @@ -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 index 0000000..8024515 --- /dev/null +++ b/.kde4/Autostart/gkrellm @@ -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 index 0000000..c784e9e --- /dev/null +++ b/.kde4/Autostart/kde-hidden-settings @@ -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 index 0000000..645086e --- /dev/null +++ b/.kde4/Autostart/kill-flash-cookies @@ -0,0 +1,2 @@ +#!/bin/sh +exec rm -rf ~/.macromedia diff --git a/.kde4/Autostart/xhost b/.kde4/Autostart/xhost new file mode 100755 index 0000000..27d917a --- /dev/null +++ b/.kde4/Autostart/xhost @@ -0,0 +1,2 @@ +#!/bin/sh +exec xhost +local:0 diff --git a/.kde4/Autostart/xmodmap b/.kde4/Autostart/xmodmap new file mode 100755 index 0000000..389518e --- /dev/null +++ b/.kde4/Autostart/xmodmap @@ -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 index 0000000..c6c670a --- /dev/null +++ b/.kde4/Autostart/xset-rate @@ -0,0 +1,2 @@ +#!/bin/bash +exec xset r rate 200 -- 2.39.2