summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 16:50:16 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 16:50:16 -0500
commit8231f5d488c277c165ab39be6378c8444d7ce671 (patch)
treeebcfd7b831bbea379bfd5218bde5a3d9e2fdb97f /.config
parent89b0ca4fb56d42722ed6aa42f833e6ad40a611aa (diff)
Update various things
Diffstat (limited to '.config')
-rw-r--r--.config/.gitignore19
-rw-r--r--.config/gtk-2.0/gtkfilechooser.ini12
-rw-r--r--.config/gtk-3.0/bookmarks5
-rw-r--r--.config/gtk-3.0/settings.ini33
-rw-r--r--.config/lxpanel/default/panels/panel20
5 files changed, 64 insertions, 25 deletions
diff --git a/.config/.gitignore b/.config/.gitignore
index 03b31b2..4b6a38f 100644
--- a/.config/.gitignore
+++ b/.config/.gitignore
@@ -1,11 +1,14 @@
-# Ignore things I don't care enough about to track
-vlc
-Trolltech.conf
+/RecentDocuments
-RecentDocuments
+# Ignore things I don't care enough about to track
+/Kitware/ # some 3d graphics toolkit
+/Trolltech.conf
+/colors/ # KDE color picker
+/dconf/user # binary, tracking it isn't helpful
+/vlc/
# Ignore these files that if I tracked them, would be a separate repo
-libreoffice
-transmission
-gimp-*
-netbeans
+/libreoffice/
+/transmission/
+/gimp-*/
+/netbeans/
diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini
new file mode 100644
index 0000000..7cb92de
--- /dev/null
+++ b/.config/gtk-2.0/gtkfilechooser.ini
@@ -0,0 +1,12 @@
+[Filechooser Settings]
+LastFolderUri=file:///home/luke
+LocationMode=filename-entry
+ShowHidden=false
+ShowSizeColumn=true
+GeometryX=287
+GeometryY=99
+GeometryWidth=792
+GeometryHeight=585
+SortColumn=name
+SortOrder=ascending
+StartupMode=recent
diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks
new file mode 100644
index 0000000..85af107
--- /dev/null
+++ b/.config/gtk-3.0/bookmarks
@@ -0,0 +1,5 @@
+file:///home/luke/Documents
+file:///home/luke/Music
+file:///home/luke/Pictures
+file:///home/luke/Videos
+file:///home/luke/Downloads
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
index 5c3cf6a..b0443ec 100644
--- a/.config/gtk-3.0/settings.ini
+++ b/.config/gtk-3.0/settings.ini
@@ -1,17 +1,16 @@
-[Settings]
-# DO NOT EDIT! This file will be overwritten by LXAppearance.
-gtk-theme-name = oxygen-gtk
-gtk-icon-theme-name = default.kde4
-gtk-font-name = Sans 10
-gtk-cursor-theme-name = Vanilla-DMZ
-gtk-cursor-theme-size = 0
-gtk-toolbar-style = GTK_TOOLBAR_BOTH
-gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
-gtk-button-images = 0
-gtk-menu-images = 1
-gtk-enable-event-sounds = 1
-gtk-enable-input-feedback-sounds = 1
-gtk-xft-antialias = 1
-gtk-xft-hinting = 1
-gtk-xft-hintstyle = hintfull
-gtk-xft-rgba = rgb
+[Settings]
+gtk-theme-name=Raleigh
+gtk-icon-theme-name=oxygen
+gtk-font-name=Sans 10
+gtk-cursor-theme-name=Vanilla-DMZ
+gtk-cursor-theme-size=0
+gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
+gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
+gtk-button-images=0
+gtk-menu-images=1
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=1
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle=hintfull
+gtk-xft-rgba=rgb
diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel
index 9d776bb..e89a833 100644
--- a/.config/lxpanel/default/panels/panel
+++ b/.config/lxpanel/default/panels/panel
@@ -25,6 +25,26 @@ Global {
}
Plugin {
+ type = menu
+ Config {
+ image=/usr/share/lxpanel/images/my-computer.png
+ system {
+ }
+ separator {
+ }
+ item {
+ command=run
+ }
+ separator {
+ }
+ item {
+ image=gnome-logout
+ command=logout
+ }
+ }
+}
+
+Plugin {
type = space
expand=1
Config {