Files
sandbox/xfce-endeavouros-settings
2019-08-16 11:22:07 +03:00

16 lines
556 B
Bash

#!/bin/bash
#.
# EndeavourOS Xfce4 settings (experimental).
# These are additions/modifications to vanilla Xfce settings.
# mouse wheel behaviour
xfconf-query --channel xfwm4 --property /general/mousewheel_rollup --set false
xfconf-query --channel xfwm4 --property /general/scroll_workspaces --set false
# theme
xfconf-query --channel xsettings --property /Net/ThemeName --set Arc-Dark
xfconf-query --channel xsettings --property /Net/IconThemeName --set Arc
# session
xfconf-query --channel xfce4-session --property /general/SaveOnExit --set false