From 84d1b0f845768d157e1a3aeca5fe660646f05dd1 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Thu, 24 Jul 2025 23:56:53 +0300 Subject: [PATCH] feat: something --- hypr/hyprland.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b421c37..664ef4d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -4,7 +4,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=eDP-1, 1920x1080, 0x0, 1 -monitor=HDMI-A-1, 1920x1080, -1920x0, 1 +monitor=HDMI-A-1, 1920x1080, -1920x-100, 1 ################### ### MY PROGRAMS ### @@ -34,7 +34,6 @@ exec-once = waybar & hypridle & hyprsunset & exec-once = ~/.config/hypr/scripts/random_wallpaper.sh exec-once = ~/.config/hypr/scripts/autofreezer.sh - # exec-once = systemctl --user startexec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hyprpaper.service exec-once = libinput-gestures exec-once = copyq --start-server @@ -59,7 +58,6 @@ exec-once = [workspace 8 silent] Telegram env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 - ################### ### PERMISSIONS ### ################### @@ -552,7 +550,7 @@ windowrule = size 600 400,class:^(com.saivert.pwvucontrol)$ windowrule = move center,class:^(com.saivert.pwvucontrol)$ # Frozen windows -windowrule = bordercolor rgba(ffff00ff) rgba(ffff0055),tag:zawarudo +windowrule = bordercolor rgba(E96375ff) rgba(00ffff55) 90deg,tag:zawarudo # Marked windows windowrule = bordercolor rgba(0000ffff) rgba(aa00ffa5),tag:marked @@ -568,3 +566,7 @@ layerrule = animation slideIn left, rofi workspace = special:magic, gapsin:20, gapsout:50, shadow:false workspace = 9, gapsin:15, gapsout:40 + +debug { + disable_logs = false +}