From 87569acd89130eb59c0cd1659dce43b1f3dd21d8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 12 Mar 2025 22:14:52 +0900 Subject: this is ajoke --- config/hypr/UserConfigs/Startup_Apps.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index aa873f82..a5f1027a 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -10,7 +10,7 @@ $SwwwRandom = $UserScripts/WallpaperAutoChange.sh # wallpaper stuff / More wallpaper options below exec-once = swww-daemon --format xrgb -#exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes +#exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes # Startup exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -23,12 +23,12 @@ exec-once = $scriptsDir/Polkit.sh exec-once = nm-applet --indicator exec-once = swaync #exec-once = ags -#exec-once = blueman-applet +#exec-once = blueman-applet #exec-once = rog-control-center exec-once = waybar #clipboard manager -exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store # Rainbow borders @@ -37,7 +37,9 @@ exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock exec-once = hypridle - +<<<<<<< HEAD +======= +>>>>>>> 98bd6af (this is ajoke) # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper -- cgit v1.2.3 From e4328a7cf26eaf95949ad008c36cce951f27db25 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 19:29:15 +0900 Subject: updated ENVariables.conf --- config/hypr/UserConfigs/ENVariables.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 9df5b424..2f53c74c 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -9,7 +9,7 @@ env = GDK_BACKEND,wayland,x11,* env = QT_QPA_PLATFORM,wayland;xcb env = CLUTTER_BACKEND,wayland -#Run SDL2 applications on Wayland. +#Run SDL2 applications on Wayland. #Remove or set to x11 if games that provide older versions of SDL cause compatibility issues #env = SDL_VIDEODRIVER,wayland @@ -21,7 +21,7 @@ env = XDG_SESSION_TYPE,wayland # QT Variables env = QT_AUTO_SCREEN_SCALE_FACTOR,1 env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 -env = QT_QPA_PLATFORMTHEME,qt5ct +env = QT_QPA_PLATFORMTHEME,qt5ct env = QT_QPA_PLATFORMTHEME,qt6ct # hyprland-qt-support @@ -31,7 +31,7 @@ env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style # Set same value if you use scaling in Monitors.conf # 1 is 100% 1.5 is 150% # see https://wiki.hyprland.org/Configuring/XWayland/ -env = GDK_SCALE,1 +env = GDK_SCALE,1 env = QT_SCALE_FACTOR,1 # Bibata-Modern-Ice-Cursor @@ -47,19 +47,19 @@ env = MOZ_ENABLE_WAYLAND,1 # https://www.electronjs.org/docs/latest/api/environment-variables env = ELECTRON_OZONE_PLATFORM_HINT,auto # auto selects Wayland if possible, X11 otherwise -# NVIDIA +# NVIDIA # This is from Hyprland Wiki. Below will be activated nvidia gpu detected # See hyprland wiki https://wiki.hyprland.org/Nvidia/#environment-variables -#env = LIBVA_DRIVER_NAME,nvidia +#env = LIBVA_DRIVER_NAME,nvidia #env = __GLX_VENDOR_LIBRARY_NAME,nvidia -#env = NVD_BACKEND,direct +#env = NVD_BACKEND,direct # additional ENV's for nvidia. Caution, activate with care -#env = GBM_BACKEND,nvidia-drm +#env = GBM_BACKEND,nvidia-drm #env = __GL_GSYNC_ALLOWED,1 #adaptive Vsync -#env = __NV_PRIME_RENDER_OFFLOAD,1 +#env = __NV_PRIME_RENDER_OFFLOAD,1 #env = __VK_LAYER_NV_optimus,NVIDIA_only #env = WLR_DRM_NO_ATOMIC,1 -- cgit v1.2.3