1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

hyprland: add some more rice

This commit is contained in:
2026-01-10 11:57:26 +01:00
parent f373accdd5
commit 3d59940948

View File

@@ -97,13 +97,31 @@ let
hebrew.obsidian = "אובסידיאן";
latin.workspaces = [
"" "" "" "" "" "" "" "" "" ""
""
""
""
""
""
""
""
""
""
""
];
latin.music = "MVSICA";
latin.obsidian = "NOSCENDA";
greek.workspaces = [
"Α" "Β" "Γ" "Δ" "Ε" "Ϛ" "Ζ" "Η" "Θ" "Ι"
"Α"
"Β"
"Γ"
"Δ"
"Ε"
"Ϛ"
"Ζ"
"Η"
"Θ"
"Ι"
];
greek.music = "ΜΟΥΣΙΚΗ";
greek.obsidian = "ΥΠΟΜΝΗΜΑΤΑ";
@@ -128,9 +146,6 @@ in
[
"WindowTitle"
]
[
"MediaPlayer"
]
];
center = [ "Clock" ];
right = [
@@ -163,7 +178,7 @@ in
"Memory"
{ Disk = "/"; }
];
clock.format = "%Y-%m-%d (%W %a) %H:%M";
clock.format = "%Y-%m-%d (%j %a %W) %H:%M";
settings.indicators = [
"IdleInhibitor"
"PowerProfile"
@@ -276,15 +291,15 @@ in
general = {
gaps_in = 2;
gaps_out = 2;
border_size = 1;
border_size = 2;
resize_on_border = true;
allow_tearing = false;
layout = "dwindle";
};
decoration = {
rounding = 2;
rounding_power = 2;
rounding = 0;
rounding_power = 0;
active_opacity = 1.0;
inactive_opacity = 1.0;
shadow = {
@@ -301,11 +316,13 @@ in
};
animations = {
enabled = false;
enabled = true;
animation = [
"global, 1, 2, default"
];
};
dwindle = {
pseudotile = true;
preserve_split = true;
};
@@ -357,6 +374,8 @@ in
"${mod}, D, exec, ${lib.getExe pkgs.rofi} -show run"
"${mod}, E, togglesplit," # dwindle
"${mod}, F, fullscreen"
"${mod}, G, moveoutofgroup"
"${mod} SHIFT, G, togglegroup"
"${mod}, h, movefocus, l"
"${mod}, l, movefocus, r"
"${mod}, k, movefocus, u"