Hyprland: add wofi-moji
This commit is contained in:
parent
8b304502ba
commit
e240fbdc46
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
./yazi.nix
|
./yazi.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = builtins.attrValues { inherit (pkgs) wofi swaylock way-lockscreen wlogout playerctl brillo pamixer waybar swww blueman networkmanagerapplet; };
|
home.packages = builtins.attrValues { inherit (pkgs) blueman brillo networkmanagerapplet pamixer playerctl swaylock swww way-lockscreen waybar wlogout wofi wofi-emoji; };
|
||||||
|
|
||||||
# wayland.windowManager.hyprland = { };
|
# wayland.windowManager.hyprland = { };
|
||||||
|
|
||||||
|
|
@ -168,6 +168,7 @@
|
||||||
bind = SUPER, F, fullscreen,
|
bind = SUPER, F, fullscreen,
|
||||||
bind = SUPER, P, pseudo, # dwindle
|
bind = SUPER, P, pseudo, # dwindle
|
||||||
bind = SUPER, J, togglesplit, # dwindle
|
bind = SUPER, J, togglesplit, # dwindle
|
||||||
|
bind = SUPER ALT, E, exec, wofi-emoji
|
||||||
|
|
||||||
# Move focus to relative position
|
# Move focus to relative position
|
||||||
bind = SUPER, left, movefocus, l
|
bind = SUPER, left, movefocus, l
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue