aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wallpaper2.jpgbin0 -> 77996 bytes
-rw-r--r--x/.Xresources2
-rw-r--r--x/.xinitrc7
-rw-r--r--x/.xprofile3
-rw-r--r--zathura/zathurarc4
5 files changed, 6 insertions, 10 deletions
diff --git a/wallpaper2.jpg b/wallpaper2.jpg
new file mode 100644
index 0000000..4fdef41
--- /dev/null
+++ b/wallpaper2.jpg
Binary files differ
diff --git a/x/.Xresources b/x/.Xresources
index 3816c07..c2dd847 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -1,4 +1,4 @@
1st.alpha: 0.8 1! st.alpha: 0.8
2st.font: FiraCode-12; 2st.font: FiraCode-12;
3dmenu.font: FiraCode-11; 3dmenu.font: FiraCode-11;
4st.termname: st-256color 4st.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
31 unset f 31 unset f
32fi 32fi
33/usr/local/bin/pipewire-start.sh & 33/usr/local/bin/pipewire-start.sh &
34# dbus-update-activation-environment --all 34dbus-update-activation-environment --all
35# xsetroot -name " " & 35xsetroot -name " " &
36# ssh-agent dwm 36ssh-agent dwm
37dwm
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
10xbacklight -set 2 10xbacklight -set 2
11setxkbmap pl 11setxkbmap pl
12 feh --bg-scale ~/Repositories/rice/wallpaper.jpg & 12 feh --bg-scale ~/Repositories/rice/wallpaper.jpg &
13picom -b & 13# picom -b &
14(sleep 1 && xcompmgr -c) &
14 15
15[ -n "$xrdbpid" ] && wait "$xrdbpid" 16[ -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 @@
1set selection-clipboard clipboard 1set selection-clipboard clipboard
2# Zathura configuration file
3# See man `man zathurarc'
4 2
5set statusbar-h-padding 0 3set statusbar-h-padding 0
6set statusbar-v-padding 0 4set statusbar-v-padding 0
@@ -36,8 +34,6 @@ set default-fg "#F7F7F6" #01
36set statusbar-fg "#B0B0B0" #04 34set statusbar-fg "#B0B0B0" #04
37set statusbar-bg "#202020" #01 35set statusbar-bg "#202020" #01
38 36
39set inputbar-bg "#000000" #00 currently not used
40set inputbar-fg "#FFFFFF" #02
41 37
42set notification-error-bg "#AC4142" #08 38set notification-error-bg "#AC4142" #08
43set notification-error-fg "#151515" #00 39set notification-error-fg "#151515" #00