changes to hyprland.conf

make mpv.conf use pipewire
switch to loading sway at startup
master
Alex 2022-12-04 10:15:21 -06:00
parent add905ffcd
commit d571a2fd23
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -93,6 +93,6 @@ export HSA_OVERRIDE_GFX_VERSION=10.3.0
#mount /media/bismarck &
if [ "$(tty)" = /dev/tty1 ]; then
#exec dbus-launch sway
exec dbus-launch Hyprland
exec dbus-launch sway
#exec dbus-launch Hyprland
fi