qs: add replay functionality (yet disabled)

This commit is contained in:
2026-03-09 22:58:23 +01:00
parent 9fc7ab92ff
commit 5a0f7f3ef3
8 changed files with 152 additions and 29 deletions
@@ -29,6 +29,7 @@ binds {
Mod+Shift+K { spawn-sh "quickshell-kill || quickshell"; }
Mod+I { spawn "qs" "ipc" "call" "idleInhibitor" "toggle"; }
Mod+Alt+R { spawn "qs" "ipc" "call" "recording" "startOrStop"; }
Mod+Alt+G { spawn "qs" "ipc" "call" "recording" "saveReplay"; }
Mod+Shift+E { spawn "qs" "ipc" "call" "sunset" "toggle"; }
Mod+X { spawn "qs" "ipc" "call" "notes" "openRecent"; }
Mod+Shift+X { spawn "qs" "ipc" "call" "notes" "create"; }
+1 -1
View File
@@ -24,6 +24,6 @@ environment {
XCURSOR_THEME "Bibata-Modern-Ice"
XCURSOR_SIZE "24"
ELECTRON_OZONE_PLATFORM_HINT "wayland"
QSG_RHI_BACKEND "vulkan"
// QSG_RHI_BACKEND "vulkan"
// GSK_RENDERER "vulkan"
}
+1 -1
View File
@@ -1,7 +1,7 @@
screenshot-path "~/Pictures/Screenshots/niri_screenshot_%Y-%m-%d_%H-%M-%S.png"
debug {
render-drm-device "/dev/dri/renderD128"
render-drm-device "/dev/dri/renderD129"
}
// gestures {
+5 -1
View File
@@ -1 +1,5 @@
environment {
__NV_PRIME_RENDER_OFFLOAD "1"
__VK_LAYER_NV_optimus "NVIDIA_only"
__GLX_VENDOR_LIBRARY_NAME "nvidia"
}