hyprland: add hyprchroma

This commit is contained in:
Charlie Root 2024-10-20 13:26:46 +02:00
commit 72cb0f8c2b
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
5 changed files with 51 additions and 5 deletions

View file

@ -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)"
];
};
};

View file

@ -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

View file

@ -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;