mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
hyprland: Disable project popups
This commit is contained in:
parent
1a4606dead
commit
914120e330
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,11 @@
|
||||||
|
|
||||||
cursor.inactive_timeout = 10;
|
cursor.inactive_timeout = 10;
|
||||||
|
|
||||||
|
ecosystem = {
|
||||||
|
no_update_news = true;
|
||||||
|
no_donation_nag = true;
|
||||||
|
};
|
||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
# No outer gaps when only one tiled window on normal workspaces
|
# No outer gaps when only one tiled window on normal workspaces
|
||||||
"w[t1]s[false], gapsout:0"
|
"w[t1]s[false], gapsout:0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue