diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.xinitrc | 2 | ||||
-rw-r--r-- | x/.xinitrc-not-docked | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -65,7 +65,7 @@ xbanish & numlockx & # start keepassxc for passwords -keepassxc & +keepassxc ~/.passwords/Passwords.kdbx & # set up wallpapers #wallpapers.sh & 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 & |