diff options
Diffstat (limited to '.config/X11')
-rw-r--r-- | .config/X11/Xresources | 5 | ||||
-rw-r--r-- | .config/X11/xprofile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.config/X11/Xresources b/.config/X11/Xresources index 294f1fb..fcc61aa 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -1,3 +1,6 @@ +Xcursor.size: 40 +Xcursor.theme: Banana + !! Transparency (0-1): st.alpha: 0.95 st.alphaOffset: 0.1 @@ -7,7 +10,7 @@ st.font: MesloLGS Nerd\ Font:size=17 ! st.termname: st-256color ! st.borderpx: 2 -st.background: #1d1f21 +/* st.background: #1d1f21 */ /* name dark light */ /* black 0 8 */ diff --git a/.config/X11/xprofile b/.config/X11/xprofile index 29250ae..3e71b20 100644 --- a/.config/X11/xprofile +++ b/.config/X11/xprofile @@ -6,9 +6,8 @@ echo "Sourced: $(date)" >> ~/.local/state/xprofile.logs xrdb "${XDG_CONFIG_HOME:-$HOME/.config}/X11/Xresources" & xrdbpid=$! numlockx on & -setdp & -autostart="copyq dunst pipewire syncthing remapd" +autostart="copyq dunst pipewire syncthing remapd gammastep setdp prime-offload" for program in $autostart; do pidof -sx "$program" || "$program" & |