aboutsummaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-12 18:20:45 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-11-12 18:20:45 -0700
commit6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (patch)
treecd8be50d6de47b383d814f66384cd1b83bf451f6 /x
parent1e0410734f651a0f2f391caf8c51b1e729960e66 (diff)
downloaddotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar
dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.gz
dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.bz2
update dots + add some config files
Diffstat (limited to 'x')
-rw-r--r--x/.Xresources4
-rw-r--r--x/.xinitrc32
-rw-r--r--x/.xinitrc-not-docked20
3 files changed, 18 insertions, 38 deletions
diff --git a/x/.Xresources b/x/.Xresources
index 64bad43..7ab6808 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -1,2 +1,2 @@
-Xcursor.theme: macOSBigSur-White
-Xcursor.size: 40
+Xcursor.theme: Adwaita
+Xcursor.size: 24
diff --git a/x/.xinitrc b/x/.xinitrc
index 5cbe639..d1e2ace 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -37,53 +37,41 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
+# start notifications (dunst)
+/usr/bin/dunst &
+
# open picom compositor
#picom --config ~/.config/picom.conf &
#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 &
+pulseaudio -k && pacmd set-default-sink alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo &
# add weather, date and time to xsetroot
#sh ~/bin/xsetloop-docked.sh &
slstatus &
-# set up wallpapers
-#wallpapers.sh &
-feh --bg-fill ~/Pictures/Wallpapers/leaves-3.jpg &
-
-# start notifications daemon
-notification-daemon &
-
# apply Xresources
xrdb -merge ~/.Xresources
-# make cursor disappear after a couple of seconds
-unclutter -idle 4 -root &
+# make cursor disappear after typing
+xbanish &
# enable numlock
numlockx &
-# turn off wifi, force ethernet
-#nmcli radio wifi off &
-
# start keepassxc for passwords
keepassxc &
+# set up wallpapers
+#wallpapers.sh &
+feh --bg-fill git/wallpapers-exorcist/gruvbox/canyon.jpg git/wallpapers-exorcist/gruvbox/canyon.jpg &
+
# start dwm
redshift &
xset r rate 300 50
exec /home/bryson/bin/startdwm.sh
-#exec dwm
-
diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked
index db2edc5..d4d2521 100644
--- a/x/.xinitrc-not-docked
+++ b/x/.xinitrc-not-docked
@@ -36,15 +36,15 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
+# start notifications (dunst)
+/usr/bin/dunst &
+
# start picom compositor
#picom --config ~/.config/picom.conf &
#spotifyd &
-#exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
-
# add network, battery, date and time to xsetroot
-#sh ~/bin/xsetloop-not-docked.sh &
slstatus-not-docked &
# reset backlight
@@ -55,23 +55,17 @@ pacmd set-default-sink alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink &
pacmd set-sink-volume alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink 0 &
# set up wallpaper
-feh --bg-fill ~/Pictures/Wallpapers/gruvbox_spacesuit.jpg &
-
-# start notifications daemon
-notification-daemon &
+feh --bg-fill ~/Pictures/Wallpapers/spacesuit-dithered.png
# apply Xresources
xrdb -merge ~/.Xresources
-# make cursor disappear after a couple of seconds
-unclutter -idle 3 -jitter 5 -root &
+# make cursor disappear after typing
+xbanish &
# turn tearfree on
xrandr --output eDP --auto --set TearFree on &
-# make sure wifi is back on
-#nmcli radio wifi on &
-
# run battery checker
~/bin/battery.pl &
@@ -82,5 +76,3 @@ keepassxc &
redshift &
xset r rate 300 50
exec /home/bryson/bin/startdwm.sh
-#exec dwm
-