make fuzzel wider
This commit is contained in:
parent
f26cc9575d
commit
afc2e8ea66
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
let
|
let
|
||||||
wallpaper = "${./nixos-c-book.png}";
|
wallpaper = "${./nixos-c-book.png}";
|
||||||
terminal = "foot";
|
terminal = "foot";
|
||||||
menu = "fuzzel";
|
menu = [ "fuzzel" "-w" "100" ];
|
||||||
browser = "librewolf";
|
browser = "librewolf";
|
||||||
file-manager = "thunar";
|
file-manager = "thunar";
|
||||||
clipboard = "cliphist list | ${menu} --dmenu | cliphist decode | wl-copy";
|
clipboard = "cliphist list | ${lib.concatStringsSep " " menu} --dmenu | cliphist decode | wl-copy";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.niri.settings =
|
programs.niri.settings =
|
||||||
|
|
Loading…
Add table
Reference in a new issue