diff options
author | Freya Murphy <fmurphy@redcom.com> | 2025-06-10 21:19:45 -0400 |
---|---|---|
committer | Freya Murphy <fmurphy@redcom.com> | 2025-06-10 21:19:45 -0400 |
commit | 89826a72b1e779cdfd8481e98d16160b375dbc53 (patch) | |
tree | 3722b7d9b09f1621d5ef7215ff70f860cc06e8f7 | |
parent | initial (diff) | |
download | dotfiles-windows-89826a72b1e779cdfd8481e98d16160b375dbc53.tar.gz dotfiles-windows-89826a72b1e779cdfd8481e98d16160b375dbc53.tar.bz2 dotfiles-windows-89826a72b1e779cdfd8481e98d16160b375dbc53.zip |
-rwxr-xr-x | fmurphy/.glzr/glazewm/config.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fmurphy/.glzr/glazewm/config.yaml b/fmurphy/.glzr/glazewm/config.yaml index ee28f85..7fb816b 100755 --- a/fmurphy/.glzr/glazewm/config.yaml +++ b/fmurphy/.glzr/glazewm/config.yaml @@ -79,7 +79,7 @@ window_effects: enabled: true # Can be something like '95%' or '0.95' for slightly transparent windows. # '0' or '0%' is fully transparent (and, by consequence, unfocusable). - opacity: '95%' + opacity: '98%' # Visual effects to apply to non-focused windows. other_windows: @@ -93,7 +93,7 @@ window_effects: style: 'rounded' transparency: enabled: true - opacity: '95%' + opacity: '98%' window_behavior: # New windows are created in this state whenever possible. @@ -122,7 +122,6 @@ window_behavior: workspaces: - name: '1' bind_to_monitor: 1 - keep_alive: true - name: '2' - name: '3' - name: '4' @@ -132,7 +131,6 @@ workspaces: - name: '8' - name: '9' bind_to_monitor: 0 - keep_alive: true window_rules: - commands: ['ignore'] |