changes to hyprland.conf
make mpv.conf use pipewire switch to loading sway at startupmaster
parent
add905ffcd
commit
d571a2fd23
|
@ -20,7 +20,10 @@ monitor=,preferred,auto,1
|
|||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & waybar & swayidle -w timeout 900 'waylock &' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'waylock &'
|
||||
exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall
|
||||
exec-once = swayidle -w timeout 900 'waylock &' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'waylock &'
|
||||
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec-once = udiskie & waybar & kanshi
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
|
|
@ -3,6 +3,7 @@ gpu-context=wayland
|
|||
osc=no
|
||||
alang=jpn
|
||||
slang=eng
|
||||
ao=pipewire,
|
||||
|
||||
[extension.gif]
|
||||
loop-file=inf
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 63a43f7ee5bb98204543375e53d0e4605f5fb6c8
|
||||
Subproject commit ec7df1e5dd10dd28513fc76d4fa180ba2337580b
|
Loading…
Reference in New Issue