From 867b2452ccf08e2fc1e1ddb8a437f39b2b6756ad Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 8 May 2024 00:33:27 +0200 Subject: Update dotfiles --- x/.Xresources | 2 +- x/.xinitrc | 7 +++---- x/.xprofile | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 3816c07..c2dd847 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,4 +1,4 @@ -st.alpha: 0.8 +! st.alpha: 0.8 st.font: FiraCode-12; dmenu.font: FiraCode-11; st.termname: st-256color diff --git a/x/.xinitrc b/x/.xinitrc index fdbc76f..a5aeb1f 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -31,7 +31,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi /usr/local/bin/pipewire-start.sh & -# dbus-update-activation-environment --all -# xsetroot -name " " & -# ssh-agent dwm -dwm +dbus-update-activation-environment --all +xsetroot -name " " & +ssh-agent dwm diff --git a/x/.xprofile b/x/.xprofile index f749bb0..1c64d44 100644 --- a/x/.xprofile +++ b/x/.xprofile @@ -10,6 +10,7 @@ xrandr --dpi 96 xbacklight -set 2 setxkbmap pl feh --bg-scale ~/Repositories/rice/wallpaper.jpg & -picom -b & +# picom -b & +(sleep 1 && xcompmgr -c) & [ -n "$xrdbpid" ] && wait "$xrdbpid" -- cgit v1.2.3