feat: something

This commit is contained in:
2025-07-24 23:56:53 +03:00
parent 9764605d7b
commit a0670a2de4

View File

@@ -4,7 +4,7 @@
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor=eDP-1, 1920x1080, 0x0, 1 monitor=eDP-1, 1920x1080, 0x0, 1
monitor=HDMI-A-1, 1920x1080, -1920x0, 1 monitor=HDMI-A-1, 1920x1080, -1920x-100, 1
################### ###################
### MY PROGRAMS ### ### MY PROGRAMS ###
@@ -34,7 +34,6 @@ exec-once = waybar & hypridle & hyprsunset &
exec-once = ~/.config/hypr/scripts/random_wallpaper.sh exec-once = ~/.config/hypr/scripts/random_wallpaper.sh
exec-once = ~/.config/hypr/scripts/autofreezer.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 = systemctl --user startexec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hyprpaper.service
exec-once = libinput-gestures exec-once = libinput-gestures
exec-once = copyq --start-server exec-once = copyq --start-server
@@ -59,7 +58,6 @@ exec-once = [workspace 8 silent] Telegram
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
################### ###################
### PERMISSIONS ### ### PERMISSIONS ###
################### ###################
@@ -552,7 +550,7 @@ windowrule = size 600 400,class:^(com.saivert.pwvucontrol)$
windowrule = move center,class:^(com.saivert.pwvucontrol)$ windowrule = move center,class:^(com.saivert.pwvucontrol)$
# Frozen windows # Frozen windows
windowrule = bordercolor rgba(ffff00ff) rgba(ffff0055),tag:zawarudo windowrule = bordercolor rgba(E96375ff) rgba(00ffff55) 90deg,tag:zawarudo
# Marked windows # Marked windows
windowrule = bordercolor rgba(0000ffff) rgba(aa00ffa5),tag:marked 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 = special:magic, gapsin:20, gapsout:50, shadow:false
workspace = 9, gapsin:15, gapsout:40 workspace = 9, gapsin:15, gapsout:40
debug {
disable_logs = false
}