updating hyprland to match my new waybar stuff and bg stuff
This commit is contained in:
parent
4712b68cfb
commit
d924e65fd6
2 changed files with 15 additions and 5 deletions
|
@ -122,6 +122,7 @@ in
|
||||||
focus_on_activate = true
|
focus_on_activate = true
|
||||||
mouse_move_enables_dpms = true
|
mouse_move_enables_dpms = true
|
||||||
key_press_enables_dpms = true
|
key_press_enables_dpms = true
|
||||||
|
disable_hyprland_logo = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# example window rules
|
# example window rules
|
||||||
|
@ -238,17 +239,27 @@ in
|
||||||
blurls=gtk-layer-shell
|
blurls=gtk-layer-shell
|
||||||
# blurls=notifications
|
# blurls=notifications
|
||||||
|
|
||||||
|
exec-once = kwalletd5
|
||||||
exec-once = swww init
|
exec-once = swww init
|
||||||
|
exec-once = waybar
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = /home/chris/bin/startup.sh
|
exec-once = rbw-agent
|
||||||
|
# exec-once = /home/chris/bin/startup.sh
|
||||||
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||||
exec-once = dbus-update-activation-environment --systemd --all
|
exec-once = dbus-update-activation-environment --systemd --all
|
||||||
exec-once = jellyfin-mpv-shim
|
exec-once = jellyfin-mpv-shim
|
||||||
|
exec-once = batmon.lisp
|
||||||
|
exec-once = /usr/lib/kdeconnectd
|
||||||
|
exec-once = nm-tray
|
||||||
|
exec-once = systemctl --user restart jellyfin-mpv-shim
|
||||||
|
exec-once = systemctl --user restart emacs
|
||||||
|
exec-once = systemctl --user stop nextcloud-client
|
||||||
|
exec-once = nextcloud
|
||||||
|
exec-once = kdeconnect-indicator
|
||||||
exec-once = wl-paste --watch cliphist store
|
exec-once = wl-paste --watch cliphist store
|
||||||
exec-once = hyprctl setcursor phinger-cursors-light 24
|
exec-once = hyprctl setcursor phinger-cursors-light 24
|
||||||
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
||||||
exec-once = eww open ${if laptop then "bar0" else "bar1"}
|
exec-once = sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg -t grow --transition-bezier .14,0,.14,.99
|
||||||
exec-once = sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.webp -t grow --transition-bezier .14,0,.14,.99
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,7 @@ systemctl --user stop emacs.service &
|
||||||
killall .jellyfin-mpv-shim
|
killall .jellyfin-mpv-shim
|
||||||
/usr/lib/kdeconnectd &
|
/usr/lib/kdeconnectd &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
greenclip daemon &
|
|
||||||
rbw-agent &
|
rbw-agent &
|
||||||
emacs --daemon &
|
emacs --daemon &
|
||||||
nextcloud --background &
|
nextcloud --background &
|
||||||
batmon &
|
batmon.lisp &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue