diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-16 19:01:14 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-16 19:01:14 -0700 |
commit | 1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3 (patch) | |
tree | d67ff510d7fd5df4ac34c88ba07286526cca9ca4 /x/.xinitrc-not-docked | |
parent | 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (diff) | |
download | dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.gz dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.bz2 |
update shabangs
Diffstat (limited to 'x/.xinitrc-not-docked')
-rw-r--r-- | x/.xinitrc-not-docked | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked index d4d2521..51aa3ae 100644 --- a/x/.xinitrc-not-docked +++ b/x/.xinitrc-not-docked @@ -55,7 +55,7 @@ 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/spacesuit-dithered.png +feh --bg-fill ~/git/wallpapers-exorcist/gruvbox/volcano-landscape.jpg # apply Xresources xrdb -merge ~/.Xresources @@ -64,13 +64,13 @@ xrdb -merge ~/.Xresources xbanish & # turn tearfree on -xrandr --output eDP --auto --set TearFree on & +xrandr --output eDP --auto --set TearFree on --output HDMI-A-0 --set TearFree on & # run battery checker ~/bin/battery.pl & # start keepassxc for passwords -keepassxc & +keepassxc ~/.passwords/Passwords.kdbx & # start dwm redshift & |