aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/hypr/UserConfigs/UserDecorations.conf4
-rw-r--r--config/hypr/configs/Keybinds.conf2
-rw-r--r--config/hypr/configs/LayerRules.conf4
-rw-r--r--config/quickshell/qs-hyprview/modules/Hyprview.qml2
4 files changed, 5 insertions, 7 deletions
diff --git a/config/hypr/UserConfigs/UserDecorations.conf b/config/hypr/UserConfigs/UserDecorations.conf
index bef67138..3d49ada6 100644
--- a/config/hypr/UserConfigs/UserDecorations.conf
+++ b/config/hypr/UserConfigs/UserDecorations.conf
@@ -47,8 +47,8 @@ decoration {
size = 6
passes = 3
new_optimizations = true
- xray = true
- ignore_opacity = true
+ xray = false
+ ignore_opacity = false
special = true
popups = true
}
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index fc13e1c7..c0b924a7 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -141,7 +141,7 @@ bindd = $mainMod ALT, S, Toggle scrolling V/H, exec, bash -c '[[ $(hyprctl getop
$layout = 'smartgrid'
# Or, using XDG_CONFIG_HOME:
-bind = ctrl, tab, exec, hyprctl keyword layerrule "match:namespace quickshell:expose, blur on, ignore_alpha 0" && qs ipc -c qs-hyprview call expose toggle $layout
+bind = ctrl, tab, exec, hyprctl keyword layerrule "match:namespace quickshell:expose, blur on, ignore_alpha 0, xray on" && qs ipc -c qs-hyprview call expose toggle $layout
# Cycle windows; if floating bring to top
bindd = ALT, Tab, Cycle next window, cyclenext
diff --git a/config/hypr/configs/LayerRules.conf b/config/hypr/configs/LayerRules.conf
index b5751644..91e1feb1 100644
--- a/config/hypr/configs/LayerRules.conf
+++ b/config/hypr/configs/LayerRules.conf
@@ -12,9 +12,7 @@ layerrule = match:namespace rofi, blur on, ignore_alpha 0, animation slide
layerrule = match:namespace notifications, blur on, ignore_alpha 0, animation slide
layerrule = match:namespace quickshell:overview, blur on, ignore_alpha 0.5
layerrule = match:namespace quickshell:expose, dim_around on
-layerrule = match:namespace quickshell:expose, blur on, ignore_alpha 0
-# Compatibility fallback for Hyprland builds/parsers that still expect classic layerrule syntax
-layerrule = dimaround, quickshell:expose
+layerrule = match:namespace quickshell:expose, blur on, ignore_alpha 0, xray on
layerrule = match:namespace wallpaper, blur on, ignore_alpha 0
# swaync + helper overlays
diff --git a/config/quickshell/qs-hyprview/modules/Hyprview.qml b/config/quickshell/qs-hyprview/modules/Hyprview.qml
index d5d8d873..0efd25d4 100644
--- a/config/quickshell/qs-hyprview/modules/Hyprview.qml
+++ b/config/quickshell/qs-hyprview/modules/Hyprview.qml
@@ -23,7 +23,7 @@ PanelWindow {
property bool specialActive: false
property bool animateWindows: false
property var lastPositions: {}
- property real backdropOpacity: 0.12
+ property real backdropOpacity: 0.2
anchors { top: true; bottom: true; left: true; right: true }
color: "transparent"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage