remove hyprland nag
This commit is contained in:
parent
66121665e1
commit
193711148b
2 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
enable = true;
|
||||
xwayland.enable = true;
|
||||
settings = {
|
||||
ecosystem = {
|
||||
no_donation_nag = true;
|
||||
};
|
||||
xwayland."force_zero_scaling" = true;
|
||||
env = [
|
||||
"HYPRCURSOR_THEME,Bibata-Original-Classic"
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
enable = true;
|
||||
xwayland.enable = true;
|
||||
settings = {
|
||||
ecosystem = {
|
||||
no_donation_nag = true;
|
||||
};
|
||||
workspace = [
|
||||
"1, monitor:HDMI-A-1, default:true, persistent:true"
|
||||
"2, monitor:DP-1 , default:true, persistent:true"
|
||||
|
|
Loading…
Reference in a new issue