From 8428506f9fb9a71b555dd15a158282c90bf77220 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Jan 2013 16:50:16 -0500 Subject: Update various things --- .config/.gitignore | 19 +++++++++++-------- .config/gtk-2.0/gtkfilechooser.ini | 12 ++++++++++++ .config/gtk-3.0/bookmarks | 5 +++++ .config/gtk-3.0/settings.ini | 33 ++++++++++++++++----------------- .config/lxpanel/default/panels/panel | 20 ++++++++++++++++++++ 5 files changed, 64 insertions(+), 25 deletions(-) create mode 100644 .config/gtk-2.0/gtkfilechooser.ini create mode 100644 .config/gtk-3.0/bookmarks (limited to '.config') 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 @@ -24,6 +24,26 @@ Global { iconsize=16 } +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 -- cgit v1.2.3-54-g00ecf