Compare commits
3 Commits
a97d65ac0e
...
8231d88a5b
| Author | SHA1 | Date | |
|---|---|---|---|
| 8231d88a5b | |||
| b9595f283a | |||
| 4cf1c3e74d |
@@ -0,0 +1,14 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.gum
|
||||||
|
];
|
||||||
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
env = [
|
||||||
|
"GUM_CONFIRM_PROMPT_FOREGROUND,6"
|
||||||
|
"GUM_CONFIRM_SELECTED_FOREGROUND,0"
|
||||||
|
"GUM_CONFIRM_SELECTED_BACKGROUND,2"
|
||||||
|
"GUM_CONFIRM_UNSELECTED_FOREGROUND,0"
|
||||||
|
"GUM_CONFIRM_UNSELECTED_BACKGROUND,8"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -3,8 +3,16 @@
|
|||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
gaps_out = 15;
|
gaps_out = 15;
|
||||||
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
monitor = myConfig.hyprland.monitors;
|
monitor = myConfig.hyprland.monitors;
|
||||||
|
dwindle = {
|
||||||
|
pseudotile = true;
|
||||||
|
preserve_split = true;
|
||||||
|
force_split = 2;
|
||||||
|
};
|
||||||
|
master = {
|
||||||
|
new_status = "master";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
repeat_rate = 50;
|
input = {
|
||||||
repeat_delay = 300;
|
repeat_rate = 50;
|
||||||
|
repeat_delay = 300;
|
||||||
|
};
|
||||||
|
cursor = {
|
||||||
|
hide_on_key_press = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user