From 74fe45a4e09b210707cb736f2df583503f5ed1b6 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:07:47 +0100 Subject: [PATCH] Update hyprland config --- .config/hypr/hyprland.conf | 2 +- .config/hypr/hyprpaper.conf | 4 ++-- .config/hypr/monitors.conf | 6 +++--- .config/waybar/config | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index bd19832..5aa5217 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -23,7 +23,7 @@ exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tm exec-once = /usr/lib/polkit-kde-authentication-agent-1 & # exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = hyprctl setcursor Adwaita 20 -exec-once = xwaylandvideobridge +# exec-once = xwaylandvideobridge exec-once = wl-clip-persist --clipboard regular diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 11de754..953aea4 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,2 +1,2 @@ -preload = /mnt/shared/media/wallpaper/mountains_lake.png -wallpaper = , /mnt/shared/media/wallpaper/mountains_lake.png +preload = ~/Pictures/wallpaper/mountains_lake.png +wallpaper = , ~/Pictures/wallpaper/mountains_lake.png diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf index 8cf95b2..315e383 100644 --- a/.config/hypr/monitors.conf +++ b/.config/hypr/monitors.conf @@ -1,4 +1,4 @@ -# Generated by nwg-displays on 2024-06-29 at 08:54:31. Do not edit manually. +# Generated by nwg-displays on 2025-02-01 at 16:12:38. Do not edit manually. -monitor=eDP-1,3072x1920@60.0,3966x812,2.0 -monitor=DP-1,1920x1080@60.0,2046x692,1.0 +monitor=eDP-1,3072x1920@60.0,2987x869,2.0 +monitor=DP-1,1920x1080@60.0,1067x749,1.0 diff --git a/.config/waybar/config b/.config/waybar/config index a1849a2..1ec8ebf 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -29,6 +29,11 @@ // Modules // ------------------------------------------------------------------------- + "hyprland/window": { + //"format": "{}" // <--- these is the default value + "format": "{}" + }, + "custom/screenshot_t": { "format":" ", "on-click": "grimblast --notify --freeze copysave output",