configs/hyprland: update for 0.54

parent 69078dcd
......@@ -3,7 +3,8 @@ exec-once = hyprpaper
# Утилиты среды рабочего стола / Desktop environment utilities
exec-once = hypridle
exec-once = waybar
exec-once = swaync
exec-once = ximper-shell-osd
exec-once = ximper-shell-notification-center
# Буфер обмена / clipboard
exec-once = wl-paste --type text --watch cliphist store
......
......@@ -16,7 +16,7 @@ bind = $mainMod, F11, fullscreenstate, 2
bind = $mainMod, D, exec, pkill wofi || wofi --show drun
bind = $mainMod, L, exec, wlogout -b 5 -T 300 -B 300
bind = $mainMod, V, exec, pkill wofi || cliphist-wofi | wl-copy
bind = $mainMod, N, exec, swaync-client -t
bind = $mainMod, N, exec, ximper-shell-notification-center-client -t
bind = CTRL_SHIFT, L, exec, hyprmag
bind = CTRL_SHIFT, P, exec, hyprpicker -a
......
decoration {
rounding = 15
rounding_power = 4.0
dim_special = 0.3
dim_special = 0.5
blur {
noise = 0.0
......@@ -11,8 +11,9 @@ decoration {
shadow {
enabled = true
range = 7
render_power = 4
color = rgba(00000050)
range = 15
render_power = 2
ignore_window = true
}
}
general {
gaps_in = 8
gaps_out = 8
border_size = 1
no_border_on_floating = true
border_size = 3
col.active_border = rgb(7E01FF)
col.inactive_border = rgb(808181)
resize_on_border = true
......
# Этот файл необходим для настройки отображения обоев.
# Загрузка обоев:
# preload = "путь к файлу"
# Отображение на мониторе:
# wallpaper = "монитор","путь к файлу"
# Отображение на всех мониторах:
# wallpaper = ,"путь к файлу"
# This file is required to configure the wallpaper display.
# Wallpaper preload:
# preload = "file path"
# Display on the monitor:
# wallpaper = "monitor","file path"
# Display on all monitors:
# wallpaper = , "file path"
splash = false
splash_color = rgb(D8E2EA)
preload = /usr/share/wallpapers/ximper/44.png
wallpaper = ,/usr/share/wallpapers/ximper/44.png
wallpaper {
monitor =
path = /usr/share/wallpapers/ximper/44.png
}
windowrule = tag +images, class:org.gnome.NautilusPreviewer
windowrule = tag +images, title:(Просмотр медиа)
windowrule = tag +images, title:Media viewer
windowrule = tag +images, class:imv
windowrule = tag +video, class:mpv
windowrule = tag +video, class:(com.github.rafostar.Clapper)
windowrule = tag +media, tag:images
windowrule = tag +media, tag:video
windowrule = opacity 1.0, tag:media
windowrule = float, tag:images
windowrule = float, class:clipse
windowrule = center, class:clipse
windowrule = size 640 570, class:clipse
windowrule = float,class:org.gnome.FileRoller
windowrule = float,class:blueman-manager
windowrule = float,class:io.github.kaii_lb.Overskride
windowrule = float,class:overskride
windowrule = float,class:nm-connection-editor
windowrule = float,class:com.saivert.pwvucontrol
windowrule = float,class:xdg-desktop-portal-gtk
windowrule = fullscreen, title:(Просмотр медиа)
windowrule = fullscreen, title:(Media viewer)
layerrule = blur, logout_dialog
windowrule {
name = system_rule_1
tag = +images
match:class = org.gnome.NautilusPreviewer
}
windowrule {
name = system_rule_2
tag = +images
fullscreen = on
match:title = (Просмотр медиа)
}
windowrule {
name = system_rule_3
tag = +images
match:title = Media viewer
}
windowrule {
name = system_rule_4
tag = +images
match:class = imv
}
windowrule {
name = system_rule_5
tag = +video
match:class = mpv
}
windowrule {
name = system_rule_6
tag = +video
match:class = (com.github.rafostar.Clapper)
}
windowrule {
name = system_rule_7
tag = +media
float = on
match:tag = images
}
windowrule {
name = system_rule_8
tag = +media
match:tag = video
}
windowrule {
name = system_rule_9
opacity = 1.0
match:tag = media
}
windowrule {
name = system_rule_10
float = on
center = on
size = 640 570
match:class = clipse
}
windowrule {
name = system_rule_11
float = on
match:class = org.gnome.FileRoller
}
windowrule {
name = system_rule_12
float = on
match:class = blueman-manager
}
windowrule {
name = system_rule_13
float = on
match:class = io.github.kaii_lb.Overskride
}
windowrule {
name = system_rule_14
float = on
match:class = overskride
}
windowrule {
name = system_rule_15
float = on
match:class = nm-connection-editor
}
windowrule {
name = system_rule_16
float = on
match:class = com.saivert.pwvucontrol
}
windowrule {
name = system_rule_17
float = on
match:class = xdg-desktop-portal-gtk
}
windowrule {
name = system_rule_18
fullscreen = on
match:title = (Media viewer)
}
windowrule {
name = system_floating_border
match:float = on
border_size = 3
}
layerrule {
name = system_layerrule_1
blur = on
match:namespace = logout_dialog
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment