entirely vibed refactor
This commit is contained in:
parent
cea12431ff
commit
c343c52ab7
78 changed files with 884 additions and 1099 deletions
17
lib/commands.nix
Normal file
17
lib/commands.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ pkgs }:
|
||||
let
|
||||
swaymsg = "${pkgs.sway}/bin/swaymsg";
|
||||
in
|
||||
{
|
||||
uwsm = "${pkgs.uwsm}/bin/uwsm-app --";
|
||||
inherit swaymsg;
|
||||
|
||||
lock = "${pkgs.swaylock}/bin/swaylock --daemonize";
|
||||
term = "${pkgs.foot}/bin/footclient";
|
||||
notify = "${pkgs.libnotify}/bin/notify-send";
|
||||
nag = "${pkgs.sway}/bin/swaynag --edge bottom";
|
||||
dmenu = "${pkgs.rofi-unwrapped}/bin/rofi";
|
||||
espanso = "${pkgs.espanso-wayland}/bin/espanso cmd";
|
||||
|
||||
display = status: "${swaymsg} 'output * power ${status}'";
|
||||
} # end file
|
||||
Loading…
Add table
Add a link
Reference in a new issue