feat: improvements

This commit is contained in:
2024-05-04 13:36:04 +02:00
parent a1c4af6fd9
commit 24ba16c842
5 changed files with 21 additions and 18 deletions

View File

@@ -24,16 +24,6 @@
"gnome-keyring-daemon --start --components=secrets"
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
];
general = {
layout = "master";
resize_on_border = true;
};
master = {
orientation = "center";
new_is_master = true;
always_center_master = true;
mfact = 0.4;
};
input = {
accel_profile = "flat";
kb_layout = "cc1-thea";
@@ -73,14 +63,12 @@
"float,class:^(zenity)$"
];
xwayland.force_zero_scaling = true;
misc = {
layers_hog_keyboard_focus = false;
disable_splash_rendering = true;
disable_hyprland_logo = true;
background_color = "rgb(000000)";
force_default_wallpaper = 0;
vrr = 2;
};
layerrule = [
"blur, anyrun"

View File

@@ -7,8 +7,6 @@
lorri
vulnix
matugen # TODO
# browsers
chromium
brave
@@ -42,6 +40,8 @@
audacity
pinta
kdePackages.kdenlive
losslesscut-bin
shotcut
blender-hip
# development

View File

@@ -8,6 +8,7 @@
};
extraConfig = {
pull.rebase = true;
init.defaultBranch = "main";
merge = {
tool = "nvim-mergetool";
conflictstyle = "diff3";