diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 84ff239..a10fffb 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 9a049d7..1961232 100755 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -3,6 +3,7 @@ gpu-context=wayland osc=no alang=jpn slang=eng +ao=pipewire, [extension.gif] loop-file=inf diff --git a/.local/scripts b/.local/scripts index 63a43f7..ec7df1e 160000 --- a/.local/scripts +++ b/.local/scripts @@ -1 +1 @@ -Subproject commit 63a43f7ee5bb98204543375e53d0e4605f5fb6c8 +Subproject commit ec7df1e5dd10dd28513fc76d4fa180ba2337580b diff --git a/.profile b/.profile index 69d3cc2..fa32842 100644 --- a/.profile +++ b/.profile @@ -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