📺 Reorganized, changed hardware acceleration to use Nvidia, added
Nvidia powermanagement
This commit is contained in:
@ -13,16 +13,15 @@ in
|
||||
|
||||
# Autostart
|
||||
exec-once = [
|
||||
"${app.browser}"
|
||||
"${app.terminal}"
|
||||
app.browser
|
||||
app.terminal
|
||||
"hypridle"
|
||||
"systemctl --user start hyprpolkitagent"
|
||||
# "waybar"
|
||||
"waypaper --restore"
|
||||
];
|
||||
|
||||
env = [
|
||||
"ELECTRON_OZONE_PLATFORM_HINT,auto"
|
||||
"ELECTRON_OZONE_PLATFORM_HINT,auto" # Tell Electron apps to use Wayland
|
||||
];
|
||||
|
||||
general = {
|
||||
|
Reference in New Issue
Block a user