diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-07 23:11:04 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-07 23:11:04 +0200 |
| commit | b8c31a48eb431c72568ed3e7c1456246d83a6bb5 (patch) | |
| tree | 7b5ef3f2a0d06c5cfd2ddb8fedddda69df848d59 /raveos-hyprland-theme/theme-data/hypr/hyprland.lua | |
| parent | 48ed431bba6ff5e4183d7762b0c8fff0908a0c4a (diff) | |
| download | RaveOS-PKGBUILD-b8c31a48eb431c72568ed3e7c1456246d83a6bb5.tar.gz RaveOS-PKGBUILD-b8c31a48eb431c72568ed3e7c1456246d83a6bb5.zip | |
RaveosHyperland update
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hyprland.lua')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index fdea1a9..45bed39 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -24,7 +24,6 @@ hl.on("hyprland.start", function() hl.exec_cmd("dbus-update-activation-environment --systemd --all") hl.exec_cmd("systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP") hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1") - hl.exec_cmd("hyprswitch init --show-title --size-factor 6 --workspaces-per-row 5 &") hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'") hl.exec_cmd("bash -c 'wl-paste --watch cliphist store &'") hl.exec_cmd("hyprpaper") |