diff options
author | noa@gaiwan.org | 2024-03-18 23:34:19 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-03-18 23:34:19 +0000 |
commit | d73eea18892a877433c8ae04f9514cd6f49c4e74 (patch) | |
tree | 45efe9fda58d69fe79e1f890ae01c42c286a9551 /xdm/Xsetup |
Initial commit
Diffstat (limited to 'xdm/Xsetup')
-rwxr-xr-x | xdm/Xsetup | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xdm/Xsetup b/xdm/Xsetup new file mode 100755 index 0000000..6db7807 --- /dev/null +++ b/xdm/Xsetup @@ -0,0 +1,6 @@ +#!/bin/sh +# +# This script is run as root before showing login widget. + +xsetroot -solid "#ffffe8" +# picom -b --config /home/noa/.config/picom/picom.conf |