feat(hyprland): add powermenu script and accompanying bind
This commit is contained in:
parent
c98df95f5e
commit
6e4c9283c0
3 changed files with 8 additions and 4 deletions
|
|
@ -2,6 +2,7 @@
|
|||
let
|
||||
cfg = config.homeModules.desktop.wayland.windowManager.hyprland;
|
||||
inherit (import ./pkgs {inherit pkgs;}) hyprbrightness hyprvolume hyprkillsession;
|
||||
inherit (inputs.ooks-scripts.packages.${pkgs.system}) hyprrecord powermenu;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -22,7 +23,8 @@ in
|
|||
hyprvolume
|
||||
hyprkillsession
|
||||
hyprbrightness
|
||||
inputs.hyprrecord.packages.${pkgs.system}.hyprrecord
|
||||
hyprrecord
|
||||
powermenu
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ in
|
|||
"SUPERSHIFT, e, exec, ${explorer}"
|
||||
"SUPERSHIFT, S, exec, steam"
|
||||
"SUPER, escape, exec, ${terminal} --title=BTOP btop"
|
||||
|
||||
"SUPER, delete, exec, powermenu -c dmenu"
|
||||
|
||||
|
||||
|
||||
|
|
@ -42,7 +44,7 @@ in
|
|||
|
||||
", Print, exec, grimblast --notify --cursor copysave area"
|
||||
"SUPER, Print, exec, grimblast --notify --cursor copysave screen"
|
||||
"SUPER, r, exec, hyprrecord -a -w video screen video"
|
||||
"SUPER, r, exec, hyprrecord -a -w video screen copysave"
|
||||
"SUPER CTRL, r, exec, hyprrecord -a -w video area copysave"
|
||||
"SUPER ALT, r, exec, hyprrecord -w gif area copysave"
|
||||
|
||||
|
|
@ -128,7 +130,7 @@ in
|
|||
"SUPER, mouse:273, resizewindow"
|
||||
];
|
||||
bindr = [
|
||||
# "SUPER, SUPER_L, exec, killall anyrun | anyrun"
|
||||
"SUPER, SUPER_L, exec, killall rofi || rofi -show drun"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue