aboutsummaryrefslogtreecommitdiff
path: root/x/.xinitrc
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-10-26 12:05:56 -0600
committerBryson Steck <brysonsteck@protonmail.com>2022-10-26 12:05:56 -0600
commitc58abab9e5f14fdabb1ea8b314c370fb515b7b69 (patch)
tree373f7ecbeebb90ae9664138ffe0dfb1272584b9d /x/.xinitrc
parent8a7a01214c68b6a4c2f6531d0d1dea6415fe9c89 (diff)
downloaddotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar
dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.gz
dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.bz2
havent updated these in a while
Diffstat (limited to 'x/.xinitrc')
-rw-r--r--x/.xinitrc25
1 files changed, 18 insertions, 7 deletions
diff --git a/x/.xinitrc b/x/.xinitrc
index 7bb4044..5cbe639 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -38,15 +38,21 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
fi
# open picom compositor
-picom --config ~/.config/picom.conf &
+#picom --config ~/.config/picom.conf &
-exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
+#spotifyd &
+#exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
+
+xset r rate 300 50 &
+xset r rate 300 50 &
+xset r rate 300 50 &
# set up monitors
#fixscreen
sh ~/.screenlayout/screenlayout.sh &
# set default audio device to be dock audio jack
+pulseaudio -k &
pacmd set-default-sink alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo &
# add weather, date and time to xsetroot
@@ -54,7 +60,8 @@ pacmd set-default-sink alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stere
slstatus &
# set up wallpapers
-wallpapers.sh &
+#wallpapers.sh &
+feh --bg-fill ~/Pictures/Wallpapers/leaves-3.jpg &
# start notifications daemon
notification-daemon &
@@ -63,16 +70,20 @@ notification-daemon &
xrdb -merge ~/.Xresources
# make cursor disappear after a couple of seconds
-unclutter --idle 4 -root &
+unclutter -idle 4 -root &
# enable numlock
numlockx &
# turn off wifi, force ethernet
-nmcli radio wifi off &
+#nmcli radio wifi off &
+
+# start keepassxc for passwords
+keepassxc &
# start dwm
-#xset r rate 300 50; exec dwm
-xset r rate 300 50 &
+redshift &
+xset r rate 300 50
exec /home/bryson/bin/startdwm.sh
+#exec dwm