diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 95c493a..5427bce 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -40,6 +40,7 @@ general { #damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer layout=master + no_cursor_warps=true } gestures { diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 6bd6180..ff976ea 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -9,7 +9,7 @@ af=scaletempo2 hwdec=auto rtsp-transport=udp speed=1.95 -# gpu-context=wayland +gpu-context=wayland # ytdl-path=yt-dlp ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best diff --git a/guix/home-services/hyprland.scm.bak b/guix/home-services/hyprland.scm.bak new file mode 100644 index 0000000..4ed4685 --- /dev/null +++ b/guix/home-services/hyprland.scm.bak @@ -0,0 +1,5 @@ +;; (define-module (hyprland) +;; #:use-module (ice-9 popen) +;; #:use-module (ice-9 rdelim)) + +;; (read-line)