From 867b2452ccf08e2fc1e1ddb8a437f39b2b6756ad Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 8 May 2024 00:33:27 +0200 Subject: Update dotfiles --- wallpaper2.jpg | Bin 0 -> 77996 bytes x/.Xresources | 2 +- x/.xinitrc | 7 +++---- x/.xprofile | 3 ++- zathura/zathurarc | 4 ---- 5 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 wallpaper2.jpg diff --git a/wallpaper2.jpg b/wallpaper2.jpg new file mode 100644 index 0000000..4fdef41 Binary files /dev/null and b/wallpaper2.jpg differ 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" diff --git a/zathura/zathurarc b/zathura/zathurarc index d1885a9..8339747 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -1,6 +1,4 @@ set selection-clipboard clipboard -# Zathura configuration file -# See man `man zathurarc' set statusbar-h-padding 0 set statusbar-v-padding 0 @@ -36,8 +34,6 @@ set default-fg "#F7F7F6" #01 set statusbar-fg "#B0B0B0" #04 set statusbar-bg "#202020" #01 -set inputbar-bg "#000000" #00 currently not used -set inputbar-fg "#FFFFFF" #02 set notification-error-bg "#AC4142" #08 set notification-error-fg "#151515" #00 -- cgit v1.2.3