diff --git a/home/dot_config/foot/foot.ini.tmpl b/home/dot_config/foot/foot.ini.tmpl index 64de58e..3ac923e 100644 --- a/home/dot_config/foot/foot.ini.tmpl +++ b/home/dot_config/foot/foot.ini.tmpl @@ -35,9 +35,6 @@ font=JetBrainsMono NFM:size={{ .term_fontsize }} include = /usr/share/foot/themes/selenized-dark -[colors] -alpha = 0.92 - [environment] # name=value diff --git a/home/dot_config/sway/config.d/swayfx b/home/dot_config/sway/config.d/swayfx index 55aa310..df92095 100644 --- a/home/dot_config/sway/config.d/swayfx +++ b/home/dot_config/sway/config.d/swayfx @@ -9,8 +9,8 @@ shadows enable shadows_on_csd enable shadow_blur_radius 5 shadow_offset 3 3 -shadow_color #000000BF -shadow_inactive_color #0000005F +shadow_color #CB4B16BF +shadow_inactive_color #0000007F smart_corner_radius enable corner_radius 12 @@ -20,5 +20,3 @@ layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13 layer_effects "wofi" blur enable; shadows enable; corner_radius 13 titlebar_separator disable - -default_dim_inactive 0.1 diff --git a/home/dot_config/sway/config.d/window_rules b/home/dot_config/sway/config.d/window_rules index b0de088..3ef2dde 100644 --- a/home/dot_config/sway/config.d/window_rules +++ b/home/dot_config/sway/config.d/window_rules @@ -1,3 +1,6 @@ # vi: ft=swayconfig + for_window [class="zoom"] floating enable for_window [class="zoom" title="Zoom Workplace - Licensed account"] floating disable + +for_window [app_id="firefox" title="Extension:*"] floating enable diff --git a/home/private_dot_mozilla/private_firefox/chrome/userChrome.css b/home/private_dot_mozilla/private_firefox/chrome/userChrome.css deleted file mode 100644 index cb10696..0000000 --- a/home/private_dot_mozilla/private_firefox/chrome/userChrome.css +++ /dev/null @@ -1,46 +0,0 @@ -:root { - background: #07364299 !important; -} - - -tab.tabbrowser-tab[selected="true"] stack.tab-stack vbox.tab-background { - background: #07364270 !important; -} - -toolbar { - background: #07364270 !important; -} - -/* window transparencies */ -#main-window { - background: var(--bg) !important; -} - -/* navbar / tabbar / titlebar */ -#nav-bar { - background: #07364270 !important; -} -#navigator-toolbox { - background: #07364270 !important; -} - - -#urlbar { - background: #07364270 !important; -} - -#urlbar[breakout-extend="true"] { - background: #073642E0 !important; -} - -browser#webext-panels-browser { - background: #07364270 !important; -} - -#sidebar-main { - background: #07364270 !important; -} - -hbox#browser { - background: #07364270 !important; -}