birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 454bc9b3fcc59c563fdace4446f1c8120d281020
parent 1f223ae67f2389ed31ac1ca8f415e7a1dc65a62b
Author: grouse <bdmfegys@duck.com>
Date:   Sun, 21 Jan 2024 23:30:15 -0500

add screensetup function, decorative figlet, organization and helpful comments to birdwm autostart

Diffstat:
M.dwm/autostart.sh | 51+++++++++++++++++++++++++++++++++++++++------------
1 file changed, 39 insertions(+), 12 deletions(-)

diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh @@ -1,19 +1,46 @@ #!/bin/bash +#<============================================================= +#|| _ +#|| _ __ ___ _ __ __ _ _ __ ___ _ _ ___ ___( )___ +#|| | '_ ` _ \| '__/ _` | '__/ _ \| | | / __|/ _ \// __| +#|| | | | | | | | | (_| | | | (_) | |_| \__ \ __/ \__ \ +#|| |_| |_| |_|_| \__, |_| \___/ \__,_|___/\___| |___/ +#|| |___/ +#|| _ _ _ +#|| __ _ _ _| |_ ___ ___| |_ __ _ _ __| |_ +#|| / _` | | | | __/ _ \/ __| __/ _` | '__| __| +#|| | (_| | |_| | || (_) \__ \ || (_| | | | |_ +#|| \__,_|\__,_|\__\___/|___/\__\__,_|_| \__| +#|| +#<============================================================= xrandr --auto slstatus & -# enable next line if you are using my wallpaper changer, included in my dotfiles -# for dotfiles, see https://git.tetraonini.online/grouse/dotfiles -# for the below you can swap them out with whatever compositor you use -# you can add as many other startup processes as your computer can handle i guess -#feh --bg-fill $HOME/.config/wall.png -#wal -R +# enable the wallpaper line(s) if you are using my wallpaper changer, included in my dotfiles +# for dotfiles, see https://git.tetraonini.online/grouse/dotfiles -#picom --experimental-backends & disown +# X utilities +#picom & +#wal -R & #dunst & -#cider & -#tutanota-desktop & -#pasystray -# uses suckless' lock util with xautolock -#xautolock -time 10 -locker slock +# if you use multiple monitors, customize this example function and that i use for my double monitor setup, and uncomment the call to the function +screensetup() { + xrandr --output DP-0 --mode 1920x1080 --rate 140 --right-of HDMI-0 --output HDMI-0 --mode 1920x1080 --rate 165 +} +#screensetup & + +# X wallpaper setters +#feh --bg-fill $HOME/.config/wall.png & +# or you can use xgifwallpaper for gifs if you have it installed +#xgifwallpaper -s FILL Pictures/wallpapers/gif/cyberpunkcrop.gif & + +# use suckless' lock util with xautolock +#xautolock -time 7 -locker slock + +# GUI apps can go here +#cider & +#vesktop & +# signal-desktop & +#pasystray & +#