diff options
author | Alan Pearce | 2020-06-15 12:12:45 +0200 |
---|---|---|
committer | Alan Pearce | 2020-06-15 12:12:45 +0200 |
commit | 7e788c6ff98f81f4deb3d0c2934effe37ddf604c (patch) | |
tree | 1202086d991ee1a6cf1ed39822509a2fd599a450 | |
parent | e19a070b85318ea8b8eb34711c7b9920b36e7959 (diff) | |
download | nixfiles-7e788c6ff98f81f4deb3d0c2934effe37ddf604c.tar.lz nixfiles-7e788c6ff98f81f4deb3d0c2934effe37ddf604c.tar.zst nixfiles-7e788c6ff98f81f4deb3d0c2934effe37ddf604c.zip |
Optimise rofi
-rw-r--r-- | user/settings/i3.nix | 2 | ||||
-rw-r--r-- | user/settings/rofi.nix | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/user/settings/i3.nix b/user/settings/i3.nix index a33e3658..8dbf043e 100644 --- a/user/settings/i3.nix +++ b/user/settings/i3.nix @@ -40,7 +40,7 @@ "${mod}+Shift+w" = "kill"; "${mod}+Mod1+r" = "exec rofi -show run"; - "${mod}+space" = "exec \"rofi -show combi -combi-modi drun,window\""; + "${mod}+space" = "exec \"rofi -show drun\""; # change focus "${mod}+h" = "focus left"; diff --git a/user/settings/rofi.nix b/user/settings/rofi.nix index a378a57c..75514835 100644 --- a/user/settings/rofi.nix +++ b/user/settings/rofi.nix @@ -26,6 +26,8 @@ rofi.matching: glob rofi.separator-style: none + rofi.modi: drun,run + rofi.line-padding: 2 rofi.display-run: cmd |