diff --git a/.etckeeper b/.etckeeper index d82e8414..ec242049 100755 --- a/.etckeeper +++ b/.etckeeper @@ -14,6 +14,7 @@ mkdir -p './dhcp/.git/objects/pack' mkdir -p './dhcp/.git/refs/tags' mkdir -p './elinks' mkdir -p './fail2ban/fail2ban.d' +mkdir -p './glvnd/egl_vendor.d' mkdir -p './initramfs-tools/conf.d' mkdir -p './initramfs-tools/hooks' mkdir -p './initramfs-tools/scripts/init-bottom' @@ -44,6 +45,8 @@ mkdir -p './systemd/user' mkdir -p './triggerhappy/triggers.d' mkdir -p './udev/hwdb.d' mkdir -p './usb_modeswitch.d' +mkdir -p './vulkan/explicit_layer.d' +mkdir -p './vulkan/implicit_layer.d' maybe chmod 0755 '.' maybe chmod 0700 '.etckeeper' maybe chmod 0644 '.fstab' @@ -64,6 +67,7 @@ maybe chmod 0644 'X11/Xsession.d/35x11-common_xhost-local' maybe chmod 0644 'X11/Xsession.d/40x11-common_xsessionrc' maybe chmod 0644 'X11/Xsession.d/50x11-common_determine-startup' maybe chmod 0644 'X11/Xsession.d/90gpg-agent' +maybe chmod 0644 'X11/Xsession.d/90qt-a11y' maybe chmod 0644 'X11/Xsession.d/90x11-common_ssh-agent' maybe chmod 0644 'X11/Xsession.d/99x11-common_start' maybe chmod 0644 'X11/Xsession.options' @@ -711,6 +715,8 @@ maybe chmod 0644 'gconf/2/evoldap.conf' maybe chmod 0644 'gconf/2/path' maybe chmod 0755 'gdb' maybe chmod 0644 'gdb/gdbinit' +maybe chmod 0755 'glvnd' +maybe chmod 0755 'glvnd/egl_vendor.d' maybe chmod 0755 'groff' maybe chmod 0644 'groff/man.local' maybe chmod 0644 'groff/mdoc.local' @@ -725,6 +731,8 @@ maybe chmod 0755 'gss/mech.d' maybe chmod 0644 'gss/mech.d/README' maybe chmod 0755 'gtk-2.0' maybe chmod 0644 'gtk-2.0/im-multipress.conf' +maybe chmod 0755 'gtk-3.0' +maybe chmod 0644 'gtk-3.0/im-multipress.conf' maybe chmod 0644 'host.conf' maybe chmod 0644 'hostname' maybe chmod 0644 'hosts' @@ -2215,6 +2223,9 @@ maybe chmod 0644 'vim/vimrc' maybe chmod 0644 'vim/vimrc.tiny' maybe chgrp 'vnstat' 'vnstat.conf' maybe chmod 0644 'vnstat.conf' +maybe chmod 0755 'vulkan' +maybe chmod 0755 'vulkan/explicit_layer.d' +maybe chmod 0755 'vulkan/implicit_layer.d' maybe chmod 0644 'wgetrc' maybe chmod 0755 'wildmidi' maybe chmod 0644 'wildmidi/wildmidi.cfg' @@ -2225,6 +2236,7 @@ maybe chmod 0755 'wpa_supplicant/ifupdown.sh' maybe chmod 0600 'wpa_supplicant/wpa_supplicant.conf' maybe chmod 0755 'xdg' maybe chmod 0755 'xdg/autostart' +maybe chmod 0644 'xdg/autostart/at-spi-dbus-bus.desktop' maybe chmod 0644 'xdg/autostart/mpd.desktop' maybe chmod 0644 'xdg/autostart/xdg-user-dirs.desktop' maybe chmod 0755 'xdg/systemd' diff --git a/X11/Xsession.d/90qt-a11y b/X11/Xsession.d/90qt-a11y new file mode 100644 index 00000000..bd3d1fb6 --- /dev/null +++ b/X11/Xsession.d/90qt-a11y @@ -0,0 +1,12 @@ +# -*- sh -*- +# Xsession.d script to set the env variables to enable accessibility for Qt +# +# This file is sourced by Xsession(5), not executed. + +QT_ACCESSIBILITY=1 + +export QT_ACCESSIBILITY + +if [ -x "/usr/bin/dbus-update-activation-environment" ]; then + dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY +fi diff --git a/alternatives/x-cursor-theme b/alternatives/x-cursor-theme new file mode 120000 index 00000000..131c2558 --- /dev/null +++ b/alternatives/x-cursor-theme @@ -0,0 +1 @@ +/usr/share/icons/Adwaita/cursor.theme \ No newline at end of file diff --git a/gtk-3.0/im-multipress.conf b/gtk-3.0/im-multipress.conf new file mode 100644 index 00000000..d6c8129d --- /dev/null +++ b/gtk-3.0/im-multipress.conf @@ -0,0 +1,22 @@ +# Example configuration file for the GTK+ Multipress Input Method +# Authored by Openismus GmbH, 2009. +# +# This file follows the GKeyFile format. On the left of the equal sign goes +# the key that you press repeatedly to iterate through the text items listed +# on the right-hand side. The list items are separated by semicolons ";" and +# consist of one or more characters each. The backslash "\" is used to escape +# characters; for instance "\;" for a literal semicolon. +# +# The example configuration below imitates the behavior of a standard mobile +# phone by a major manufacturer, with German language setting. +[keys] +KP_1 = .;,;?;!;';";1;-;(;);@;/;:;_ +KP_2 = a;b;c;2;ä;à;á;ã;â;å;æ;ç +KP_3 = d;e;f;3;è;é;ë;ê;ð +KP_4 = g;h;i;4;ì;í;î;ï +KP_5 = j;k;l;5;£ +KP_6 = m;n;o;6;ö;ò;ó;ô;õ;ø;ñ +KP_7 = p;q;r;s;7;ß;$ +KP_8 = t;u;v;8;ü;ù;ú;û +KP_9 = w;x;y;z;9;ý;þ +KP_0 = \s;0 diff --git a/xdg/autostart/at-spi-dbus-bus.desktop b/xdg/autostart/at-spi-dbus-bus.desktop new file mode 100644 index 00000000..f4f66a43 --- /dev/null +++ b/xdg/autostart/at-spi-dbus-bus.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=AT-SPI D-Bus Bus +Exec=/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately +NoDisplay=true +X-GNOME-AutoRestart=true +X-GNOME-Autostart-Phase=Initialization