diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-03 22:13:34 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-03 22:13:34 -0700 |
commit | 3bf4798db1b8ec9942e7ec4ae315d3a6dbd5fb00 (patch) | |
tree | b5962c164ac75321bf3b6bfc45ee666817c66556 /x/.xinitrc | |
parent | d92b3775381f2b2252bdd614f8355a8bdf00f2fa (diff) | |
download | dotfiles-3bf4798db1b8ec9942e7ec4ae315d3a6dbd5fb00.tar dotfiles-3bf4798db1b8ec9942e7ec4ae315d3a6dbd5fb00.tar.gz dotfiles-3bf4798db1b8ec9942e7ec4ae315d3a6dbd5fb00.tar.bz2 |
saving to experiment with gruvbox
Diffstat (limited to 'x/.xinitrc')
-rw-r--r-- | x/.xinitrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -47,7 +47,8 @@ sh ~/.screenlayout/screenlayout.sh & pacmd set-default-sink alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo & # add weather, date and time to xsetroot -sh ~/bin/xsetloop-docked.sh & +#sh ~/bin/xsetloop-docked.sh & +slstatus & # set up wallpapers wallpapers & @@ -68,6 +69,6 @@ numlockx & nmcli radio wifi off & # start dwm -xset r rate 300 50 & +xset r rate 300 50; exec dwm #exec /home/bryson/bin/startdwm -exec dwm + |