From b69040fda091cb2a55e00c05e924cd0c0a42cb57 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 4 Jun 2025 10:16:12 -0500 Subject: fixed awesome autostart dir. added wallpaper setter script. made no extension be filetype sh in neovim. renamed some scripts. --- env/.config/.profile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'env/.config/.profile') diff --git a/env/.config/.profile b/env/.config/.profile index 8c94176..36fcef3 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -66,7 +66,7 @@ alias vim=nvim alias notes="cd ~/stuff/notes && vim notes.md && cd ~" alias ts="~/stuff/scripts/system/tmux-sessionizer.sh" alias fman="bash -c 'compgen -c' | fzf | xargs man" -alias etask="$EDITOR stuff/scripts/system/task.sh" +alias etask="$EDITOR ~/stuff/scripts/system/task.sh" alias music="nohup vlc $YT_PLAYLIST_DIR/title_vids > /dev/null 2> /dev/null < /dev/null & disown && cd $YT_PLAYLIST_DIR/title_vids && lfk" @@ -79,11 +79,6 @@ alias vasm="~/stuff/manual-programs/vasm/vasm6502_oldstyle -Fbin -dotdir " alias pipes="pipes.sh -t 0 -p 3 -f 30 -r 2000" alias anim="hyprctl keyword animations:enabled " -# alias drkwll="nitrogen --head=0 --set-zoom-fill ~/stuff/media/gallifreyan/linux2.png && nitrogen --head=1 --set-zoom-fill ~/stuff/media/gallifreyan/linux2.png" -# alias drkwll="nitrogen --head=0 --set-zoom-fill ~/stuff/media/wallpapers/dark_leaves.png && nitrogen --head=1 --set-zoom-fill ~/stuff/media/wallpapers/dark_leaves.png" -alias drkwll="[ -z $WAYLAND_DISPLAY ] && nitrogen --head=0 --set-zoom-fill ~/stuff/media/wallpapers/dark_leaves.png && nitrogen --head=1 --set-zoom-fill ~/stuff/media/wallpapers/dark_leaves.png || hyprctl hyprpaper wallpaper 'HDMI-A-1,/home/iceyrazor/stuff/media/wallpapers/dark_leaves.png' && hyprctl hyprpaper wallpaper 'DP-1,/home/iceyrazor/stuff/media/wallpapers/dark_leaves.png'" -alias reswll="hyprctl hyprpaper wallpaper 'HDMI-A-1,/home/iceyrazor/stuff/media/wallpapers/4500025-retrowave-vaporwave-car-typography-purple-blue-chromatic-aberration-initial-d-hachi-roku.jpg' && hyprctl hyprpaper wallpaper 'DP-1,/home/iceyrazor/stuff/media/wallpapers/tumblr_06bbd355f3e355049446dac24f6e7c44_2c486f77_1280 ninesols.jpg'" - # mounting alias umsu="fukn umount u" alias umsu2="fukn umount u2" -- cgit v1.3