Further refactor hyprland keybindings + integrate with rofi
This commit is contained in:
@ -92,16 +92,11 @@ rec {
|
||||
keybindings = {
|
||||
main-mod = "SUPER";
|
||||
|
||||
mod-bindings = {
|
||||
"Q" = ["killactive"];
|
||||
"V" = ["togglefloating"];
|
||||
};
|
||||
|
||||
bindings = {
|
||||
"CTRL ALT, R" = [
|
||||
"moveworkspacetomonitor, 1 HDMI-A-1"
|
||||
"moveworkspacetomonitor, 2 HDMI-A-1"
|
||||
];
|
||||
"$mainMod, E" = ["exec, kitty fish -c \"nnncd -a -P p\""];
|
||||
"$mainMod, P" = ["exec, hyprpicker -a"];
|
||||
"$mainMod, S" = ["exec, grim -g \"$(slurp)\""];
|
||||
"$mainMod CTRL, S" = ["exec, grim -g \"$(slurp)\" - | wl-copy"];
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user