diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-01-25 10:47:00 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-01-25 10:47:00 -0700 |
commit | 290247d424e6a91fa04b69a1c17ace583bd92290 (patch) | |
tree | c0454fead2a4b924c3a785e23ac9d4a66f9314e9 /x/.xinitrc-not-docked | |
parent | 17569393a56fc8a0df3842571a81dad5087ae462 (diff) | |
download | dotfiles-290247d424e6a91fa04b69a1c17ace583bd92290.tar dotfiles-290247d424e6a91fa04b69a1c17ace583bd92290.tar.gz dotfiles-290247d424e6a91fa04b69a1c17ace583bd92290.tar.bz2 |
update some vim stuff mostly
Diffstat (limited to 'x/.xinitrc-not-docked')
-rw-r--r-- | x/.xinitrc-not-docked | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked index b18ab1c..fef3ae5 100644 --- a/x/.xinitrc-not-docked +++ b/x/.xinitrc-not-docked @@ -49,7 +49,7 @@ fi slstatus-not-docked & # reset backlight -light -S 25 & +light -S 50 & # set default audio device to be laptop speakers pacmd set-default-sink alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink & @@ -75,5 +75,5 @@ keepassxc ~/.passwords/Passwords.kdbx & # start dwm redshift & -xset r rate 300 50 +xset r rate 200 80 exec /home/bryson/bin/startdwm.sh |