Qualify remaining rofi calls that I missed first time
This commit is contained in:
parent
21c0dc8176
commit
d7e57240fd
|
@ -218,14 +218,14 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
"SUPER, F1, exec, ${swaylock.package}/bin/swaylock --screenshots --clock --indicator --grace-no-mouse"
|
||||
"SUPER, Q, killactive,"
|
||||
"SUPER SHIFT, Q, exec, rofi -replace -show power-menu"
|
||||
"SUPER SHIFT, Q, exec, ${rofi.package}/bin/rofi -replace -show power-menu"
|
||||
"SUPER, V, togglefloating"
|
||||
"SUPER, M, fullscreen, 0"
|
||||
"SUPER SHIFT, M, fullscreen, 1"
|
||||
"SUPER, tab, exec, rofi -replace -show window"
|
||||
"SUPER, P, exec, pkill rofi || rofi-pass"
|
||||
"SUPER SHIFT, P, exec, pkill rofi || rofi-pass --last-used"
|
||||
"SUPER ALT, P, exec, pkill rofi || rofi-pass --insert"
|
||||
"SUPER, tab, exec, ${rofi.package}/bin/rofi -replace -show window"
|
||||
"SUPER, P, exec, pkill rofi || ${rofi.pass.package}/bin/rofi-pass"
|
||||
"SUPER SHIFT, P, exec, pkill rofi || ${rofi.pass.package}/bin/rofi-pass --last-used"
|
||||
"SUPER ALT, P, exec, pkill rofi || ${rofi.pass.package}/bin/rofi-pass --insert"
|
||||
"SUPER, Z, exec, ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw"
|
||||
"SUPER SHIFT, Z, exec, ${pkgs.swaynotificationcenter}/bin/swaync-client -d -sw"
|
||||
|
||||
|
@ -238,7 +238,7 @@
|
|||
|
||||
# Misc useful binds
|
||||
'',Print,exec,${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)"''
|
||||
",XF86Calculator,exec,rofi -replace -show calc"
|
||||
",XF86Calculator,exec,${rofi.package}/bin/rofi -replace -show calc"
|
||||
|
||||
# Movement binds
|
||||
"SUPER, H, movefocus, l"
|
||||
|
|
Loading…
Reference in a new issue