hyprland: add hyprchroma
This commit is contained in:
parent
a7035ac799
commit
72cb0f8c2b
5 changed files with 51 additions and 5 deletions
|
@ -64,6 +64,8 @@ in {
|
|||
"size 70% 70%, class:^(code), title: ^(Open*)"
|
||||
"center, class: ^(code), title: ^(Open*)"
|
||||
"float, class:^(org.keepassxc.KeePassXC)$"
|
||||
"plugin:chromakey,fullscreen:0"
|
||||
# "chromakey_background = rgb(07121b)"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
cfg = config.modules.usrEnv.desktops.hyprland;
|
||||
inherit (config.meta.mainUser) username;
|
||||
inherit (inputs'.hyprsplit.packages) hyprsplit;
|
||||
hyprchroma = inputs'.hyprchroma.packages.default;
|
||||
inherit (lib) mkIf mkDefault;
|
||||
in {
|
||||
imports = [
|
||||
|
@ -48,6 +49,7 @@ in {
|
|||
# Split-monitor-workspaces provides awesome-like workspace behaviour
|
||||
plugins = [
|
||||
hyprsplit
|
||||
hyprchroma
|
||||
];
|
||||
|
||||
# Xwayland for X applications
|
||||
|
|
|
@ -34,7 +34,7 @@ in {
|
|||
input = {
|
||||
kb_layout = "de,ru, us";
|
||||
kb_variant = ",phonetic_winkeys,workman";
|
||||
kb_options = "grp:rctrl_rshift_toggle";
|
||||
kb_options = "grp:rctrl_rshift_toggle caps:escape";
|
||||
|
||||
follow_mouse = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue