add rofi config

This commit is contained in:
2026-06-11 19:38:59 +05:30
parent 72e90c145e
commit 13761018ae
28 changed files with 644 additions and 612 deletions

View File

@@ -37,7 +37,7 @@ hl.monitor({
-- Set programs that you use
local terminal = "kitty"
local fileManager = "kitty"
local menu = "hyprlauncher"
local menu = "/home/sortedcord/.config/rofi/launch.sh -show drun"
local browser = "vivaldi-stable --enable-features=AcceleratedVideoEncoder"
local browserPrivate = "vivaldi --incognito --enable-features=AcceleratedVideoEncoder"
@@ -50,7 +50,7 @@ local browserPrivate = "vivaldi --incognito --enable-features=AcceleratedVideoEn
-- Autostart necessary processes (like notifications daemons, status bars, etc.)
-- Or execute your favorite apps at launch like this:
hl.on("hyprland.start", function()
hl.exec_cmd("swaybg -i /home/sortedcord/Pictures/Wallpapers/cliff.jpg -m fill")
hl.exec_cmd("swaybg -i /home/sortedcord/Pictures/Wallpapers/wallpapers/minecraft/stahlgrave-tower.webp -m fill")
hl.exec_cmd("wayle shell")
hl.exec_cmd("dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP")
hl.exec_cmd("quickshell")