Skip to content

Commit

Permalink
lun/i3: show menu on meta release
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Nov 25, 2024
1 parent dd876ae commit 3505a5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions users/lun/gui/i3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ in
}
];
};
# Start menu style drun on release
extraConfig = ''
bindcode --release 133 exec --no-startup-id ${drun}
'';
};
# ref https://github.com/workflow/nixos-config/blob/e559dbb5ce560084ce9249dd6febe721cb512d10/home/i3status-rust.nix#L76
programs.i3status-rust = {
Expand Down

0 comments on commit 3505a5f

Please sign in to comment.