diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-18 09:34:09 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-18 11:24:18 +0530 |
commit | 6e965e855e752e01adb78f7e2492351aa7ce88c7 (patch) | |
tree | 3c5095ea2e5ff8fda92571d4241adc415f867c21 /home/cez/modules | |
parent | e188c7ad2688d07a1494ec6f87c6e8d854dd63b1 (diff) |
home/wayland/bemenu: init
Diffstat (limited to 'home/cez/modules')
-rw-r--r-- | home/cez/modules/wayland.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix index 4c9e0ac..431746c 100644 --- a/home/cez/modules/wayland.nix +++ b/home/cez/modules/wayland.nix @@ -5,4 +5,6 @@ in { # vendor hardcoded screenshot key wayland.windowManager.sway.settings.bindsym."mod4+shift+s" = "exec ${freezshot}"; + + programs.bemenu.settings.line-height = 30; } |