UPDATE FLAKE (and the things that bind it)
This commit is contained in:
parent
87b1e76a4e
commit
2f6c692b4c
8 changed files with 246 additions and 170 deletions
|
@ -98,7 +98,7 @@ in {
|
|||
esac
|
||||
'';
|
||||
grabPasswordScript = pkgs.writeScript "grab-password" ''
|
||||
${lib.getExe pkgs.rbw} get $(${lib.getExe pkgs.gnome.zenity} --entry --text="Enter the name for your password entry to copy it to your clipboard" --title="Password") | ${lib.getExe pkgs.wl-clipboard-x11} -selection clipboard
|
||||
${lib.getExe pkgs.rbw} get $(${lib.getExe pkgs.zenity} --entry --text="Enter the name for your password entry to copy it to your clipboard" --title="Password") | ${lib.getExe pkgs.wl-clipboard-x11} -selection clipboard
|
||||
'';
|
||||
in [
|
||||
"$mod, R, exec, ${lib.getExe pkgs.rofi-wayland} -show run"
|
||||
|
@ -262,7 +262,7 @@ in {
|
|||
};
|
||||
|
||||
master = {
|
||||
new_is_master = true;
|
||||
new_status = "master";
|
||||
};
|
||||
|
||||
gestures = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue