Compare commits

..

2 Commits

Author SHA1 Message Date
a26255e83a update opacity rules and add keybind toggle 2025-11-12 11:30:48 -08:00
edec0e1b80 update 2025-11-12 11:27:51 -08:00
4 changed files with 24 additions and 18 deletions

View File

@@ -55,7 +55,7 @@ exec-once = uwsm app -sb -S both -t scope -- hyprpm reload -nn
exec-once = uwsm app -sb -t service -- nm-applet exec-once = uwsm app -sb -t service -- nm-applet
exec-once = uwsm app -sb -t service -- waybar -c ~/.config/waybar/catppuccin-macchiato/config.jsonc -s ~/.config/waybar/catppuccin-macchiato/style.css exec-once = uwsm app -sb -t service -- waybar -c ~/.config/waybar/catppuccin-macchiato/config.jsonc -s ~/.config/waybar/catppuccin-macchiato/style.css
exec-once = uwsm app -sb -t service -- hyprsunset exec-once = uwsm app -sb -t service -- hyprsunset
exec-once = uwsm app -sb -t service -- polkit-kde-authentication-agent-1.desktop exec-once = uwsm app -sb -t service -- /usr/lib/polkit-kde-authentication-agent-1
exec-once = uwsm app -sb -t service -- variety exec-once = uwsm app -sb -t service -- variety
exec-once = ~/.local/bin/aria exec-once = ~/.local/bin/aria
# exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
@@ -105,10 +105,10 @@ decoration {
rounding_power = 2 rounding_power = 2
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
# active_opacity = 0.88 active_opacity = 0.88
active_opacity = 1.0 # active_opacity = 1.0
# inactive_opacity = 0.88 inactive_opacity = 0.88
inactive_opacity = 1.0 # inactive_opacity = 1.0
shadow { shadow {
enabled = true enabled = true
@@ -263,16 +263,15 @@ windowrule = workspace 10 silent, class:discord
windowrule = workspace 9 silent, class:steam windowrule = workspace 9 silent, class:steam
windowrule = size 2118 1182, class:anki windowrule = size 2118 1182, class:anki
windowrule = workspace 8 silent, class:anki windowrule = workspace 8 silent, class:anki
windowrule = opacity 0.88, class:.* fullscreen:0 # windowrule = opacity 0.88, class:.* fullscreen:0
windowrule = opacity 1, class:mpv fullscreen:0 windowrule = opacity 1.0 override, class:mpv
windowrule = opacity 1, class:Thorium-browser title:(.*)asbplayer windowrule = opacity 1.0 override, title:(.*)asbplayer
windowrule = tile, class:Thorium-browser title:(.*)asbplayer windowrule = tile, title:(.*)asbplayer
windowrule = opacity 1, class:^(remote-viewer)$ windowrule = opacity 1.0 override, class:^(remote-viewer)$
windowrule = opacity 1, class:com.obsproject.Studio windowrule = opacity 1.0 override, class:com.obsproject.Studio
windowrule = opacity 1, title:(.*)(- YouTube(.*)) windowrule = opacity 1.0 override, title:(.*)(- YouTube(.*))
windowrule = opacity 1, class:zen, title:(.*)YouTube TV(.*) windowrule = opacity 1.0 override, class:zen, title:(.*)YouTube TV(.*)
windowrule = opacity 1, class:anki fullscreen:0 windowrule = opacity 1.0 override, class:anki
# Example windowrule v2 # Example windowrule v2

View File

@@ -128,3 +128,9 @@ bind = $mainMod, z, exec, uwsm app -sb -- zen-browser
bind = $mainMod SHIFT, s, exec , rofi -show ssh -theme "$HOME/.config/rofi/launchers/type-2/style-2.rasi" -terminal -theme-str 'window{width: 25%;} listview {columns: 1; lines: 10;}' ghostty -ssh-command "ghostty --initial-command='TERM=kitty ssh {host}'" bind = $mainMod SHIFT, s, exec , rofi -show ssh -theme "$HOME/.config/rofi/launchers/type-2/style-2.rasi" -terminal -theme-str 'window{width: 25%;} listview {columns: 1; lines: 10;}' ghostty -ssh-command "ghostty --initial-command='TERM=kitty ssh {host}'"
# Disable keybinds with one master keybind
# https://wiki.hypr.land/0.49.0/Configuring/Uncommon-tips--tricks/#disabling-keybinds-with-one-master-keybind
bind = $mainMod, code:117, submap, clean
submap = clean
bind = $mainMod, code:112, submap, reset
submap = reset

View File

@@ -11,10 +11,10 @@
"custom/launcher", "custom/launcher",
"hyprland/workspaces", "hyprland/workspaces",
"tray", "tray",
"hyprland/submap",
"custom/mpd-scroll", "custom/mpd-scroll",
"custom/mpv-scroll", "custom/mpv-scroll",
"custom/firefox-scroll" "custom/firefox-scroll",
"hyprland/submap"
], ],
// "modules-center": ["hyprland/window"], // "modules-center": ["hyprland/window"],
"modules-center": ["custom/notification"], "modules-center": ["custom/notification"],

View File

@@ -92,6 +92,8 @@ button:hover {
#submap { #submap {
background-color: @base; background-color: @base;
box-shadow: inset 0 -2px @text; box-shadow: inset 0 -2px @text;
padding: 0 10px;
margin: 5px 1px 5px 2px;
} }
#custom-weather, #custom-weather,
@@ -107,7 +109,6 @@ button:hover {
#custom-kernel, #custom-kernel,
#idle_inhibitor, #idle_inhibitor,
#scratchpad, #scratchpad,
#submap,
#tray { #tray {
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;