Add '.config/hypr/bin/autostart'
This commit is contained in:
parent
7936d58b38
commit
2c3c2fb808
|
@ -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
|
Loading…
Reference in New Issue