Hyprland back to master layout, set rule to group chat program windows

Remove .pre-commit-config.yaml
This commit is contained in:
Evie Litherland-Smith 2025-01-16 10:48:16 +00:00
parent 0f0908b564
commit a6da35d7d1
2 changed files with 11 additions and 9 deletions

View file

@ -1,5 +0,0 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
hooks:
- id: gitleaks

View file

@ -168,15 +168,20 @@
];
gestures.workspace_swipe = true;
general = {
layout = "dwindle";
layout = "master";
gaps_in = 3;
gaps_out = 5;
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.base0E})";
};
dwindle = {
force_split = 2;
smart_resizing = false;
master = {
allow_small_split = true;
special_scale_factor = 0.95;
mfact = 0.5;
new_on_top = false;
orientation = "left";
inherit_fullscreen = false;
smart_resizing = false;
drop_at_cursor = true;
};
input = {
kb_layout = osConfig.services.xserver.xkb.layout;
@ -251,6 +256,8 @@
"float, org.gnome.Nautilus|xdg-desktop-portal-gtk"
"size 800 600, org.gnome.Nautilus|xdg-desktop-portal-gtk"
"center, org.gnome.Nautilus|xdg-desktop-portal-gtk"
# Group chat windows
"group set always, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)"
# Matplotlib plots
"float, Matplotlib"