aboutsummaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
Diffstat (limited to 'x')
-rw-r--r--x/.Xresources2
-rw-r--r--x/.xinitrc7
-rw-r--r--x/.xprofile3
3 files changed, 6 insertions, 6 deletions
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"