switch borders for opacity

This commit is contained in:
2025-08-10 12:55:41 -07:00
parent 12aad4b49d
commit 16a613c2bd
3 changed files with 20 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ alias nvim="hx"
alias vim="hx" alias vim="hx"
alias vi="hx" alias vi="hx"
alias nano="hx" alias nano="hx"
alias zed="zeditor"
alias q="hyprland" alias q="hyprland"
alias reload="source ~/.bashrc" alias reload="source ~/.bashrc"

View File

@@ -14,7 +14,8 @@
################ ################
# See https://wiki.hyprland.org/Configuring/Monitors/ # 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.02Hz, auto, 1, mirror, eDP-1
# monitor=HDMI-A-1, 1920x1080@60, 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 # 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 # https://wiki.hyprland.org/Configuring/Variables/#general
general { general {
gaps_in = 4 gaps_in = 2
gaps_out = 8 gaps_out = 4
border_size = 2 border_size = 0
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(e6003aff) rgba(3c3ce6ff) 45deg col.active_border = rgba(e6003aff) rgba(3c3ce6ff) 45deg
@@ -111,11 +112,11 @@ general {
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration { decoration {
rounding = 0 rounding = 4
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = 1.0 inactive_opacity = 0.8
# https://wiki.hyprland.org/Configuring/Variables/#blur # https://wiki.hyprland.org/Configuring/Variables/#blur
blur { blur {
@@ -134,7 +135,7 @@ animations {
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
animation = windows, 1, 2, default, slide animation = windows, 1, 2, default, slide
animation = fade, 0 animation = fade, 1, 2, default
animation = workspaces, 1, 2, default animation = workspaces, 1, 2, default
} }
@@ -183,7 +184,7 @@ input {
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { gestures {
workspace_swipe = false workspace_swipe = true
} }
# Example per-device config # Example per-device config
@@ -193,6 +194,11 @@ gestures {
# sensitivity = -0.5 # sensitivity = -0.5
# } # }
device {
name=wacom-one-pen-display-13-pen
output=HDMI-A-1
}
################### ###################
### KEYBINDINGS ### ### KEYBINDINGS ###
@@ -356,6 +362,7 @@ windowrule = noanim, workspace:11
windowrule = noanim, workspace:12 windowrule = noanim, workspace:12
windowrule = noanim, workspace:13 windowrule = noanim, workspace:13
windowrule = noanim, workspace:14 windowrule = noanim, workspace:14
windowrule = noanim, workspace:20
# Control panel workspaces have no borders # Control panel workspaces have no borders
workspace = r[11-14], border:false, gapsin:0, gapsout:0 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 = w[tv1], gapsout:0, gapsin:0
workspace = f[1], gapsout:0, gapsin:0 workspace = f[1], gapsout:0, gapsin:0
workspace = r[20], monitor:"HDMI-A-1"

View File

@@ -142,7 +142,7 @@
"enabled": false "enabled": false
}, },
"CustomRPC": { "CustomRPC": {
"enabled": true, "enabled": false,
"type": 3, "type": 3,
"timestampMode": 1, "timestampMode": 1,
"appID": "1399864028825915413", "appID": "1399864028825915413",
@@ -219,7 +219,7 @@
"enabled": true "enabled": true
}, },
"FriendInvites": { "FriendInvites": {
"enabled": false "enabled": true
}, },
"FriendsSince": { "FriendsSince": {
"enabled": true "enabled": true
@@ -665,7 +665,7 @@
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1753905075755 "settingsSyncVersion": 1754415115018
}, },
"eagerPatches": false "eagerPatches": false
} }