nixos: gen 165 @ nix-pad — 2026-07-30 22:19
26.05.20260724.597283a (Yarara)
This commit is contained in:
@@ -92,6 +92,7 @@ in
|
||||
binds = with config.lib.niri.actions; {
|
||||
# Launchers & Session Control
|
||||
"Mod+Return".action.spawn = [ "alacritty" ];
|
||||
"Mod+P".action.spawn = [ "pkill" "-RTMIN" "wvkbd-mobintl" ];
|
||||
"Mod+Space".action.spawn = [ "dms" "ipc" "spotlight" "toggle" ];
|
||||
"Mod+X".action.close-window = [];
|
||||
"Mod+F".action.fullscreen-window = [];
|
||||
|
||||
@@ -41,15 +41,6 @@
|
||||
wvkbd
|
||||
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" ''
|
||||
if [ -z "$1" ]; then
|
||||
echo "Please provide an application name, project directory, or other identifier."
|
||||
|
||||
Reference in New Issue
Block a user