mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
Add back rofi
Rofi is actually quite convenient, so it's better to leave it as an option.
This commit is contained in:
parent
5ce3256383
commit
52351da1fe
23
home.nix
23
home.nix
@ -128,6 +128,7 @@
|
|||||||
bind = SUPER, S, togglespecialworkspace
|
bind = SUPER, S, togglespecialworkspace
|
||||||
bind = SUPER_SHIFT, S, movetoworkspace, special
|
bind = SUPER_SHIFT, S, movetoworkspace, special
|
||||||
bind = SUPER_SHIFT, S, togglespecialworkspace
|
bind = SUPER_SHIFT, S, togglespecialworkspace
|
||||||
|
bind = SUPER, Z, exec, rofi -show drun
|
||||||
|
|
||||||
bind = SUPER, Return, exec, ~/.config/hypr/swapmaster.sh
|
bind = SUPER, Return, exec, ~/.config/hypr/swapmaster.sh
|
||||||
bind = SUPER, backslash, exec, ~/.config/hypr/focusmaster.sh
|
bind = SUPER, backslash, exec, ~/.config/hypr/focusmaster.sh
|
||||||
@ -162,6 +163,7 @@
|
|||||||
bind = SUPER_CTRL, 5, exec, ~/.config/hypr/tags.sh 5
|
bind = SUPER_CTRL, 5, exec, ~/.config/hypr/tags.sh 5
|
||||||
|
|
||||||
layerrule = blur,waybar
|
layerrule = blur,waybar
|
||||||
|
layerrule = blur,rofi
|
||||||
|
|
||||||
# Scroll through existing workspaces with super + scroll
|
# Scroll through existing workspaces with super + scroll
|
||||||
bind = SUPER, mouse_down, workspace, e+1
|
bind = SUPER, mouse_down, workspace, e+1
|
||||||
@ -666,6 +668,27 @@
|
|||||||
programs.lf = {
|
programs.lf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.rofi = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.rofi-wayland;
|
||||||
|
cycle = false;
|
||||||
|
extraConfig = {
|
||||||
|
modi = "drun,filebrowser";
|
||||||
|
font = "Noto Sans CJK JP 12";
|
||||||
|
show-icons = true;
|
||||||
|
bw = 0;
|
||||||
|
display-drun = "";
|
||||||
|
display-window = "";
|
||||||
|
display-combi = "";
|
||||||
|
icon-theme = "Papirus";
|
||||||
|
terminal = "kitty";
|
||||||
|
drun-match-fields = "name";
|
||||||
|
drun-display-format = "{name}";
|
||||||
|
me-select-entry = "";
|
||||||
|
me-accept-entry = "MousePrimary";
|
||||||
|
};
|
||||||
|
};
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "curses";
|
pinentryFlavor = "curses";
|
||||||
|
Loading…
Reference in New Issue
Block a user