mirror of
https://github.com/endeavouros-team/sandbox.git
synced 2026-06-13 01:54:35 +00:00
16 lines
556 B
Bash
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
|