nixos: gen 165 @ nix-pad — 2026-07-30 22:19

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-30 22:19:10 -06:00
parent 8a7a1c97c6
commit 451982c739
2 changed files with 1 additions and 9 deletions
+1
View File
@@ -92,6 +92,7 @@ in
binds = with config.lib.niri.actions; { binds = with config.lib.niri.actions; {
# Launchers & Session Control # Launchers & Session Control
"Mod+Return".action.spawn = [ "alacritty" ]; "Mod+Return".action.spawn = [ "alacritty" ];
"Mod+P".action.spawn = [ "pkill" "-RTMIN" "wvkbd-mobintl" ];
"Mod+Space".action.spawn = [ "dms" "ipc" "spotlight" "toggle" ]; "Mod+Space".action.spawn = [ "dms" "ipc" "spotlight" "toggle" ];
"Mod+X".action.close-window = []; "Mod+X".action.close-window = [];
"Mod+F".action.fullscreen-window = []; "Mod+F".action.fullscreen-window = [];
-9
View File
@@ -41,15 +41,6 @@
wvkbd wvkbd
yt-dlp yt-dlp
(pkgs.writeShellScriptBin "wvkbd-toggle" ''
PIDs="$(pgrep -x wvkbd-mobintl)"
if [ -z "$PIDs" ]; then
${wvkbd}/bin/wvkbd-mobintl -L 300
else
${killall}/bin/killall -34 wvkbd-mobintl
fi
'')
(pkgs.writeShellScriptBin "find-open-port" '' (pkgs.writeShellScriptBin "find-open-port" ''
if [ -z "$1" ]; then if [ -z "$1" ]; then
echo "Please provide an application name, project directory, or other identifier." echo "Please provide an application name, project directory, or other identifier."