From 16a613c2bda04415f065f5542d83badb1dd0f7ce Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Sun, 10 Aug 2025 12:55:41 -0700 Subject: [PATCH] switch borders for opacity --- .bashrc | 1 + .config/hypr/hyprland.conf | 24 ++++++++++++++++-------- .config/vesktop/settings/settings.json | 6 +++--- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.bashrc b/.bashrc index d2f16f1..4637807 100644 --- a/.bashrc +++ b/.bashrc @@ -17,6 +17,7 @@ alias nvim="hx" alias vim="hx" alias vi="hx" alias nano="hx" +alias zed="zeditor" alias q="hyprland" alias reload="source ~/.bashrc" diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ceb3188..6bc9e6a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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" diff --git a/.config/vesktop/settings/settings.json b/.config/vesktop/settings/settings.json index a276a73..d34d8d0 100644 --- a/.config/vesktop/settings/settings.json +++ b/.config/vesktop/settings/settings.json @@ -142,7 +142,7 @@ "enabled": false }, "CustomRPC": { - "enabled": true, + "enabled": false, "type": 3, "timestampMode": 1, "appID": "1399864028825915413", @@ -219,7 +219,7 @@ "enabled": true }, "FriendInvites": { - "enabled": false + "enabled": true }, "FriendsSince": { "enabled": true @@ -665,7 +665,7 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1753905075755 + "settingsSyncVersion": 1754415115018 }, "eagerPatches": false } \ No newline at end of file