diff --git a/modules/env.lua b/modules/env.lua index de82f23..974cd01 100644 --- a/modules/env.lua +++ b/modules/env.lua @@ -24,6 +24,3 @@ hl.env("XDG_CACHE_HOME", "/home/aram/.cache") hl.env("XDG_DATA_HOME", "/home/aram/.local/share") hl.env("XDG_PICTRES_HOME", "/home/aram/Pictures") hl.env("HYPRSHOT_DIR", "/home/aram/Pictures/Screenshots") - -hl.env("RUSTICL_ENABLE", "radeonsi") -hl.env("AMD_VULKAN_ICD", "RADV") diff --git a/modules/executes.lua b/modules/executes.lua index feb1030..10bb4b7 100644 --- a/modules/executes.lua +++ b/modules/executes.lua @@ -6,5 +6,4 @@ hl.on("hyprland.start", function() hl.exec_cmd("wl-paste --type image --watch cliphist store") hl.exec_cmd("hyprsunset -i") hl.exec_cmd("nextcloud --background") - hl.exec_cmd("brightnessctl set 100%") end) diff --git a/modules/monitors.lua b/modules/monitors.lua index 2819f07..ddd3f38 100644 --- a/modules/monitors.lua +++ b/modules/monitors.lua @@ -1,6 +1,6 @@ hl.monitor({ output = "eDP-1", - mode = "2560x1600@60", + mode = "2880x1800@120", position = "0x0", scale = 1.25, bitdepth = 10,