From 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 12 Nov 2022 18:20:45 -0700 Subject: update dots + add some config files --- x/.Xresources | 4 ++-- x/.xinitrc | 32 ++++++++++---------------------- x/.xinitrc-not-docked | 20 ++++++-------------- 3 files changed, 18 insertions(+), 38 deletions(-) (limited to 'x') 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 - -- cgit v1.2.3