From e02304f014645a01ef6cdd40276997dea58504d9 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 10 Jan 2025 15:08:05 +0530 Subject: Cleaning up 'bin' folder. --- .config/X11/Xresources | 5 ++++- .config/X11/xprofile | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to '.config/X11') 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" & -- cgit v1.2.3