diff options
author | Bryson Steck <me@brysonsteck.xyz> | 2023-10-13 16:15:12 -0600 |
---|---|---|
committer | Bryson Steck <me@brysonsteck.xyz> | 2023-10-13 16:15:12 -0600 |
commit | 5b41f4664acf3ea786295e244b9524ef62b0be38 (patch) | |
tree | 79baf7f1792b4d590a60053389710b6ee69e4ac0 /x/.xinitrc | |
parent | 8ea71ee2baf86d32f810bc6f6c560e6677cc2e09 (diff) | |
download | dotfiles-5b41f4664acf3ea786295e244b9524ef62b0be38.tar dotfiles-5b41f4664acf3ea786295e244b9524ef62b0be38.tar.gz dotfiles-5b41f4664acf3ea786295e244b9524ef62b0be38.tar.bz2 |
experimenting with xmonad/xmobar
Diffstat (limited to 'x/.xinitrc')
-rw-r--r-- | x/.xinitrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -56,7 +56,7 @@ light -S 30 & # 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/unsplash-beach.jpg +feh --bg-fill ~/Pictures/Wallpapers/solid-gruvbox.png & # apply Xresources xrdb -merge ~/.Xresources @@ -83,5 +83,7 @@ fi # start dwm redshift & +xmobar & xset r rate 300 80 -exec /home/bryson/bin/startdwm +#exec /home/bryson/bin/startdwm +exec $HOME/.cache/xmonad/xmonad-x86_64-linux |