make kitty not redraw (as often)
This commit is contained in:
parent
29c74f5cc4
commit
e5eb50c0e9
1 changed files with 3 additions and 3 deletions
|
|
@ -22,10 +22,10 @@
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-3,2560x1440@144,0x0,1"
|
"DP-3,2560x1440@144,0x0,1"
|
||||||
"HEADLESS-2,2256x1504,0x1440,1"
|
"DP-2,disable"
|
||||||
];
|
];
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"opacity 1.0 0.6,class:^(kitty)$"
|
"opacity 0.8 0.8,class:^(kitty)$"
|
||||||
"stayfocused,class:^(wofi)$"
|
"stayfocused,class:^(wofi)$"
|
||||||
];
|
];
|
||||||
env = [
|
env = [
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
];
|
];
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"waybar"
|
"waybar"
|
||||||
"hyprctl output create headless && wayvnc 0.0.0.0 5909 && wayvncctl -w output-set HEADLESS-2"
|
"wayvnc --output=DP-3 0.0.0.0 5909"
|
||||||
"dunst"
|
"dunst"
|
||||||
"hyprctl dispatcher focusmonitor 1"
|
"hyprctl dispatcher focusmonitor 1"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue