From c58abab9e5f14fdabb1ea8b314c370fb515b7b69 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 26 Oct 2022 12:05:56 -0600 Subject: havent updated these in a while --- x/.Xresources | 4 ++-- x/.xinitrc | 25 ++++++++++++++++++------- x/.xinitrc-not-docked | 26 ++++++++++++++++++-------- 3 files changed, 38 insertions(+), 17 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 9c5a55a..64bad43 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,2 +1,2 @@ -Xcursor.theme: capitaine-cursors-light -Xcursor.size: 55 +Xcursor.theme: macOSBigSur-White +Xcursor.size: 40 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 diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked index 605225e..db2edc5 100644 --- a/x/.xinitrc-not-docked +++ b/x/.xinitrc-not-docked @@ -37,23 +37,25 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi # start 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 & # add network, battery, date and time to xsetroot #sh ~/bin/xsetloop-not-docked.sh & slstatus-not-docked & # reset backlight -xbacklight -set 25 & +light -S 25 & # set default audio device to be laptop speakers 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 -nitrogen --head=0 --set-zoom-fill ~/Pictures/Wallpapers/solid-gruvbox.png & +feh --bg-fill ~/Pictures/Wallpapers/gruvbox_spacesuit.jpg & # start notifications daemon notification-daemon & @@ -62,15 +64,23 @@ notification-daemon & xrdb -merge ~/.Xresources # make cursor disappear after a couple of seconds -unclutter --idle 4 -root & +unclutter -idle 3 -jitter 5 -root & # turn tearfree on xrandr --output eDP --auto --set TearFree on & # make sure wifi is back on -nmcli radio wifi on & +#nmcli radio wifi on & + +# run battery checker +~/bin/battery.pl & + +# start keepassxc for passwords +keepassxc & # start dwm -#redshift -O3500; xset r rate 300 50; exec dwm -xset r rate 300 50; exec /home/bryson/bin/startdwm.sh +redshift & +xset r rate 300 50 +exec /home/bryson/bin/startdwm.sh +#exec dwm -- cgit v1.2.3