switch borders for opacity
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1, 1920x1080@144, auto, 1
|
||||
monitor=eDP-1, 1920x1080@144.00, auto, 1
|
||||
monitor=HDMI-A-1, 1920x1080@60.00, auto, 1
|
||||
# monitor=HDMI-A-1, 1920x1080@60.02Hz, auto, 1, mirror, eDP-1
|
||||
# monitor=HDMI-A-1, 1920x1080@60, auto, 1, mirror, eDP-1
|
||||
# monitor=HDMI-A-1, 2560x1080@60.00, auto, 1
|
||||
@@ -91,10 +92,10 @@ cursor:no_hardware_cursors = true
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
|
||||
border_size = 2
|
||||
border_size = 0
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(e6003aff) rgba(3c3ce6ff) 45deg
|
||||
@@ -111,11 +112,11 @@ general {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 0
|
||||
rounding = 4
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
inactive_opacity = 0.8
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
@@ -134,7 +135,7 @@ animations {
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
animation = windows, 1, 2, default, slide
|
||||
animation = fade, 0
|
||||
animation = fade, 1, 2, default
|
||||
animation = workspaces, 1, 2, default
|
||||
}
|
||||
|
||||
@@ -183,7 +184,7 @@ input {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
@@ -193,6 +194,11 @@ gestures {
|
||||
# sensitivity = -0.5
|
||||
# }
|
||||
|
||||
device {
|
||||
name=wacom-one-pen-display-13-pen
|
||||
output=HDMI-A-1
|
||||
}
|
||||
|
||||
|
||||
###################
|
||||
### KEYBINDINGS ###
|
||||
@@ -356,6 +362,7 @@ windowrule = noanim, workspace:11
|
||||
windowrule = noanim, workspace:12
|
||||
windowrule = noanim, workspace:13
|
||||
windowrule = noanim, workspace:14
|
||||
windowrule = noanim, workspace:20
|
||||
# Control panel workspaces have no borders
|
||||
workspace = r[11-14], border:false, gapsin:0, gapsout:0
|
||||
|
||||
@@ -372,3 +379,4 @@ windowrule = noinitialfocus,class:^jetbrains-.*$,floating:1,title:^$|^\s$|^win\d
|
||||
workspace = w[tv1], gapsout:0, gapsin:0
|
||||
workspace = f[1], gapsout:0, gapsin:0
|
||||
|
||||
workspace = r[20], monitor:"HDMI-A-1"
|
||||
|
Reference in New Issue
Block a user