From 2c3c2fb808df1b7a717af6dff3747c49b1192c9c Mon Sep 17 00:00:00 2001 From: tk1rk Date: Mon, 14 Nov 2022 22:41:08 +0100 Subject: [PATCH] Add '.config/hypr/bin/autostart' --- .config/hypr/bin/autostart | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .config/hypr/bin/autostart diff --git a/.config/hypr/bin/autostart b/.config/hypr/bin/autostart new file mode 100644 index 0000000..ce376c3 --- /dev/null +++ b/.config/hypr/bin/autostart @@ -0,0 +1,50 @@ +exec-once=neofetch --w3m /home/tk/Pictures/XxX/goddess.png & +exec-once=xrdb -merge ~/.Xresources & +exec-once=eval $(dircolors ~/.dircolors) & +exec-once=xfce4-power-manager --daemon & +exec-once=xsetroot -cursor_name left_ptr & +exec-once=feh --no-fehbg & +exec-once=alttab -i 54x54 -bg "#181f21" -fg "#dadada" -t 50x50 -frame "#8ccf7e" -bc "#67b0e8" -bw 5 -inact "#9bdead" & +exec-once=picom --experimental-backends -b & +exec-once=sxhkd -c ~/.config/worm/sxhkdrc & +exec-once=systemd-inhibit --what=handle-power-key sleep infinity & +exec-once=parcellite & +exec-once=greenclip daemon & +exec-once=eww -c ~/.config/eww/Bar/ open --toggle panel & +exec-once=eww -c ~/.config/l)peww/Indicators/ daemon & +exec-once=eww -c ~/.config/eww/Control-Center/ daemon & +exec-once=/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & + + +exec-once=hyprpaper +exec-once=pipewire +exec-once=pipewire-pulse +exec-once=wireplumber +exec-once=swayidle timeout 600 'swaylock' timeout 620 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock' +exec-once=waybar + +exec=swayidle -w \ + timeout 300 'swaylock-fancy' \ + timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' + before-sleep 'swaylock-fancy' + +$wallpaper=~/Pictures/Wallpapers/z-w-gu-canal.jpg +$term=kitty +$floating_term=alacritty + +$wallpaper=~/Pictures/Wallpapers/z-w-gu-canal.jpg +$term=kitty +$floating_term=alacritty +$editor=code +$notetaker=logseq +$chat=slack +$mailer=mailspring +$music=~/bin/qobuz +$browser=MOZ_ENABLE_WAYLAND=1 firefox +$filemanager=thunar +$passwordmanager=~/bin/Buttercup-linux-x64.AppImage +$calendar=~/bin/calendar +# set $calendar flatpak run com.microsoft.Teams +$videcon=XDG_SESSION_TYPE=x11 XDG_CURRENT_DESKTOP=gnome flatpak run us.zoom.Zoom +$locker=swaylock -f -e -l -L -s fill -i $wallpaper +$suspend_and_lock=swaylock -f -e -l -L -s fill -i $wallpaper && sleep 2 && sg \ No newline at end of file