Hyprland back to master layout, set rule to group chat program windows
Remove .pre-commit-config.yaml
This commit is contained in:
parent
0f0908b564
commit
a6da35d7d1
|
@ -1,5 +0,0 @@
|
|||
repos:
|
||||
- repo: https://github.com/gitleaks/gitleaks
|
||||
rev: v8.18.4
|
||||
hooks:
|
||||
- id: gitleaks
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue