Add keybinds for all new rofi modes
This commit is contained in:
parent
bb2992c784
commit
ab62c99b7f
|
@ -73,16 +73,19 @@ XWayland {
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
bind = SUPER, Return, exec, wezterm
|
bind = SUPER, Return, exec, wezterm
|
||||||
bind = SUPER SHIFT, Return, exec, wezterm start --always-new-process nvim
|
bind = SUPER, W, exec, pgrep firefox > /dev/null || firefox
|
||||||
|
bind = SUPER, R, exec, pgrep nxplayer > /dev/null || nxplayer
|
||||||
|
bind = SUPER, F1, exec, swaylock
|
||||||
|
|
||||||
bind = SUPER, Space, exec, pkill rofi || rofi -show drun
|
bind = SUPER, Space, exec, pkill rofi || rofi -show drun
|
||||||
bind = SUPER SHIFT, Space, exec, pkill rofi || rofi -show run
|
bind = SUPER SHIFT, Space, exec, pkill rofi || rofi -show run
|
||||||
bind = SUPER, V, togglefloating,
|
bind = SUPER, E, exec, pkill rofi || rofi -show file-browser-extended
|
||||||
bind = SUPER, W, exec, pgrep firefox > /dev/null || firefox
|
bind = SUPER SHIFT, Return, exec, pkill rofi || rofi -show ssh
|
||||||
bind = SUPER, E, exec, thunar
|
bind = SUPER, P, exec, pkill rofi || rofi -show top
|
||||||
bind = SUPER, R, exec, pgrep nxplayer > /dev/null || nxplayer
|
bind = SUPER SHIFT, P, exec, pkill rofi || rofi -show power-menu
|
||||||
|
|
||||||
|
bind = SUPER, V, togglefloating
|
||||||
bind = SUPER SHIFT, Q, killactive,
|
bind = SUPER SHIFT, Q, killactive,
|
||||||
bind = SUPER, P, exec, powermenu
|
|
||||||
bind = SUPER, F1, exec, swaylock
|
|
||||||
bind = SUPER, M, fullscreen, 1
|
bind = SUPER, M, fullscreen, 1
|
||||||
bind = SUPER SHIFT, M, fullscreen, 0
|
bind = SUPER SHIFT, M, fullscreen, 0
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ in {
|
||||||
home.packages = [pkgs.rofi-power-menu];
|
home.packages = [pkgs.rofi-power-menu];
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
location = "left";
|
location = "center";
|
||||||
pass.enable = true;
|
pass.enable = true;
|
||||||
terminal = "${pkgs.wezterm}/bin/wezterm";
|
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue