add: 1pass hypr bind/winrule
This commit is contained in:
parent
1b5fa30fba
commit
2f27ddf42c
2 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ in
|
||||||
|
|
||||||
makoctl = "${config.services.mako.package}/bin/makoctl";
|
makoctl = "${config.services.mako.package}/bin/makoctl";
|
||||||
|
|
||||||
|
password = "${pkgs._1password-gui}/bin/1password --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||||
|
|
||||||
playerctl = "${config.services.playerctld.package}/bin/playerctl";
|
playerctl = "${config.services.playerctld.package}/bin/playerctl";
|
||||||
playerctld = "${config.services.playerctld.package}/bin/playerctld";
|
playerctld = "${config.services.playerctld.package}/bin/playerctld";
|
||||||
pactl = "${pkgs.pulseaudio}/bin/pactl";
|
pactl = "${pkgs.pulseaudio}/bin/pactl";
|
||||||
|
|
@ -63,6 +65,7 @@ in
|
||||||
"SUPER,return,exec,${terminal}"
|
"SUPER,return,exec,${terminal}"
|
||||||
"SUPER,e,exec,${editor}"
|
"SUPER,e,exec,${editor}"
|
||||||
"SUPER,m,exec,${spotify}"
|
"SUPER,m,exec,${spotify}"
|
||||||
|
"SUPERSHIFT,P,exec,${password}"
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,10 @@
|
||||||
"fadeDim,1,3,easeout"
|
"fadeDim,1,3,easeout"
|
||||||
"border,1,3,easeout"
|
"border,1,3,easeout"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
windowrulev2 = [
|
||||||
|
"float,move 191 15,size 924 396,class:(1Password)"
|
||||||
|
];
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
",prefered,auto,auto"
|
",prefered,auto,auto"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue