]> code.delx.au - dotfiles/commitdiff
Gnome compatibility
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 11 Jun 2019 04:12:34 +0000 (14:12 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 11 Jun 2019 04:12:34 +0000 (14:12 +1000)
.config/autostart/pulseaudio-switch-on-connect.desktop [new file with mode: 0644]
.config/autostart/trackpad-config.desktop
.config/environment.d/10-firefox.conf [new file with mode: 0644]
.config/environment.d/10-scrollbars.conf [new file with mode: 0644]
.config/xfce4/terminal/colorschemes/my.theme [deleted file]
.xsession [deleted file]

diff --git a/.config/autostart/pulseaudio-switch-on-connect.desktop b/.config/autostart/pulseaudio-switch-on-connect.desktop
new file mode 100644 (file)
index 0000000..b98dca8
--- /dev/null
@@ -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
+
index 835373c0d324ca4b9b1115eb1541b9a942d2ec26..c147cd7ac54f046bd686bb64fe3d0778c421a7ea 100644 (file)
@@ -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 (file)
index 0000000..9258aa9
--- /dev/null
@@ -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 (file)
index 0000000..2d3d7b5
--- /dev/null
@@ -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 (file)
index 24b4a65..0000000
+++ /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 (executable)
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