Changes
This commit is contained in:
1
build.sh
1
build.sh
@@ -88,6 +88,7 @@ NETWORK_AND_APPS="
|
||||
|
||||
MEDIA_PACKAGES="
|
||||
mpv
|
||||
mpv-mpris
|
||||
eog
|
||||
lollypop
|
||||
ffmpeg
|
||||
|
||||
@@ -72,7 +72,7 @@ general {
|
||||
border_size = 3
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgb(C4B02F) rgb(1C1E1F) 30deg
|
||||
col.active_border = rgba(155,142,59,0.85) rgba(35,36,37,0.9) 30deg
|
||||
col.inactive_border = rgba(aeb3ad66)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
@@ -86,8 +86,8 @@ general {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 0
|
||||
rounding_power = 0
|
||||
rounding = 5
|
||||
rounding_power = 3
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
@@ -283,11 +283,9 @@ windowrule = suppressevent maximize, class:.*
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
# Make pavucontrol always floating
|
||||
windowrule = float,class:org.pulseaudio.pavucontrol
|
||||
|
||||
# Make some windows never opaque
|
||||
windowrule = opacity 1 1 override,title:(?i).*YouTube.*
|
||||
windowrule = opacity 1 1 override,title:(?i).*Netflix.*
|
||||
windowrule = opacity 1 1 override,class: Spotify
|
||||
windowrule = opacity 1 1 override,class: jetbrains-idea-ce
|
||||
windowrule = opacity 1 1 override,class: jetbrains-pycharm-ce
|
||||
|
||||
Reference in New Issue
Block a user