diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-12 18:20:45 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-12 18:20:45 -0700 |
commit | 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (patch) | |
tree | cd8be50d6de47b383d814f66384cd1b83bf451f6 /x/.xinitrc-not-docked | |
parent | 1e0410734f651a0f2f391caf8c51b1e729960e66 (diff) | |
download | dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.gz dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.bz2 |
update dots + add some config files
Diffstat (limited to 'x/.xinitrc-not-docked')
-rw-r--r-- | x/.xinitrc-not-docked | 20 |
1 files changed, 6 insertions, 14 deletions
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 - |