From: James Bunton Date: Tue, 11 Jun 2019 04:12:34 +0000 (+1000) Subject: Gnome compatibility X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/a2a038ea66a84da173b6cfb6a8cd13109166ca48 Gnome compatibility --- diff --git a/.config/autostart/pulseaudio-switch-on-connect.desktop b/.config/autostart/pulseaudio-switch-on-connect.desktop new file mode 100644 index 0000000..b98dca8 --- /dev/null +++ b/.config/autostart/pulseaudio-switch-on-connect.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.9.4 +Type=Application +Name=pulseaudio module-switch-on-connect +Comment= +Exec=pactl load-module module-switch-on-connect +StartupNotify=false +Terminal=false +Hidden=false + diff --git a/.config/autostart/trackpad-config.desktop b/.config/autostart/trackpad-config.desktop index 835373c..c147cd7 100644 --- a/.config/autostart/trackpad-config.desktop +++ b/.config/autostart/trackpad-config.desktop @@ -5,7 +5,6 @@ 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/environment.d/10-firefox.conf b/.config/environment.d/10-firefox.conf new file mode 100644 index 0000000..9258aa9 --- /dev/null +++ b/.config/environment.d/10-firefox.conf @@ -0,0 +1,2 @@ +# https://bugzilla.mozilla.org/show_bug.cgi?id=1276449 +export MOZ_USE_XINPUT2=1 diff --git a/.config/environment.d/10-scrollbars.conf b/.config/environment.d/10-scrollbars.conf new file mode 100644 index 0000000..2d3d7b5 --- /dev/null +++ b/.config/environment.d/10-scrollbars.conf @@ -0,0 +1,2 @@ +# Scrollbars should be always visible +export GTK_OVERLAY_SCROLLING=0 diff --git a/.config/xfce4/terminal/colorschemes/my.theme b/.config/xfce4/terminal/colorschemes/my.theme deleted file mode 100644 index 24b4a65..0000000 --- a/.config/xfce4/terminal/colorschemes/my.theme +++ /dev/null @@ -1,6 +0,0 @@ -[Scheme] -Name=My theme -ColorBackground=#211d1d -ColorForeground=#dadada -ColorCursor=#ffffff -ColorPalette=#000000;#fc391f;#31e722;#eaec23;#4856f7;#f935f8;#14f0f0;#e9ebeb;#555555;#fc391f;#31e722;#eaec23;#4856f7;#f935f8;#14f0f0;#e9ebeb diff --git a/.xsession b/.xsession deleted file mode 100755 index d3d9b4f..0000000 --- a/.xsession +++ /dev/null @@ -1,12 +0,0 @@ -#! bash - -xrdb -merge ~/.Xresources - -# https://bugzilla.mozilla.org/show_bug.cgi?id=1276449 -export MOZ_USE_XINPUT2=1 - -# Scrollbars should be always visible -export GTK_OVERLAY_SCROLLING=0 - -# Switch to USB audio upon connection -pactl load-module module-switch-on-connect