mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fixed low refresh rate
This commit is contained in:
parent
30fd0d4132
commit
35e7a391b7
4 changed files with 19 additions and 5 deletions
|
|
@ -10,11 +10,6 @@
|
|||
"xsetroot -cursor_name left_ptr"
|
||||
"xsetroot -solid \"#000000\""
|
||||
"flashfocus"
|
||||
"bspc monitor -a I"
|
||||
"bspc monitor -a II"
|
||||
"bspc monitor -a III"
|
||||
"bspc monitor -a IV"
|
||||
"bspc monitor -a X"
|
||||
];
|
||||
settings = {
|
||||
border_width = 0;
|
||||
|
|
@ -27,5 +22,9 @@
|
|||
borderless_monocle = true;
|
||||
gapless_monocle = true;
|
||||
};
|
||||
monitors = {
|
||||
HDMI-0 = [ "I" "II" "III" "IV" "V" ];
|
||||
# eDP-1 = [ "VI" "VII" "VIII" "IX" "X" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue