Compare commits

..

No commits in common. "ffb4e3acb57d7e3588521bbba573829187bded04" and "a1fbd6bcbb5c069fdd36da26a9c35bcfe0001cd8" have entirely different histories.

4 changed files with 34 additions and 48 deletions

View File

@ -1,11 +1,11 @@
include=/usr/share/foot/themes/modus-vivendi include=/usr/share/foot/themes/srcery
# ========================= # =========================
# General # General
# ========================= # =========================
[main] [main]
shell=/bin/zellij shell=/bin/zellij
font=JetBrainsMono Nerd Font:size=10, Lohit:size=10 font=JetBrainsMono Nerd Font:size=9.5
dpi-aware=yes dpi-aware=yes
term=xterm-256color term=xterm-256color
@ -19,7 +19,7 @@ lines=50
# Colors & Transparency # Colors & Transparency
# ========================= # =========================
[colors] [colors]
alpha=0.91 alpha=0.85
background=1c1b19 background=1c1b19
# ========================= # =========================

View File

@ -1,11 +0,0 @@
@import 'colors.css';
window-frame, .window-frame:backdrop { box-shadow: 0 0 0 black; border-style: none; margin: 0px; border-radius: 0; box-shadow: none; }
.popover, .popover.background { box-shadow: none; }
decoration { box-shadow: none; margin: 0px; }
.csd.popup { box-shadow: none; }
tooltip { margin: 0px; border-radius: 0px; box-shadow: none; }

View File

@ -59,10 +59,10 @@ glx-swap-method = 2;
# Enabled client-side shadows on windows. # Enabled client-side shadows on windows.
shadow = true; shadow = true;
shadow-radius = 40; shadow-radius = 20;
shadow-offset-x = -40; shadow-offset-x = -20;
shadow-offset-y = -40; shadow-offset-y = -20;
shadow-opacity = 0.75; shadow-opacity = 0.25;
# Set if you want different colour shadows # Set if you want different colour shadows
# shadow-red = 0.0; # shadow-red = 0.0;
@ -76,19 +76,16 @@ shadow-exclude = [
"! name~=''", "! name~=''",
"name *= 'VLC'", "name *= 'VLC'",
"name *= 'compton'", "name *= 'compton'",
# "name *= 'picom'", "name *= 'picom'",
"name *= 'Chromium'", "name *= 'Chromium'",
"name *= 'Chrome'", "name *= 'Chrome'",
"name *= 'brave'", "name *= 'brave'",
"name *= 'BitwigStudio'", "name *= 'BitwigStudio'",
"window_type = 'popup_menu'",
"window_type = 'dropdown_menu'",
"window_type = 'menu'",
"class_g = 'Firefox' && argb", "class_g = 'Firefox' && argb",
"class_g = 'Conky'", "class_g = 'Conky'",
"class_g ?= 'Notify-osd'", "class_g ?= 'Notify-osd'",
# "_GTK_FRAME_EXTENTS@:c", "_GTK_FRAME_EXTENTS@:c",
# "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
]; ];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners) # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
# shadow-ignore-shaped = true; # shadow-ignore-shaped = true;
@ -151,27 +148,27 @@ inactive-opacity-override = false;
# #
################################# #################################
# blur: blur:
# { {
# method = "gaussian"; method = "gaussian";
# size = 20; size = 20;
# deviation = 20; deviation = 20;
# }; };
experimental-backends = true; # experimental-backends = true;
#
blur: { # blur: {
method = "dual_kawase"; # method = "dual_kawase";
strength = 8; # strength = 4;
background = false; # background = false;
background-frame = false; # background-frame = false;
background-fixed = false; # background-fixed = false;
} # }
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
# blur-background = true; # blur-background = false;
# Blur background of opaque windows with transparent frames as well. # Blur background of opaque windows with transparent frames as well.
# blur-background-frame = false; # blur-background-frame = true;
# Do not let blur radius adjust based on window opacity. # Do not let blur radius adjust based on window opacity.
# blur-kern = "3x3box" # blur-kern = "3x3box"
@ -193,7 +190,7 @@ blur-background-exclude = [
"name *= 'touchegg'", "name *= 'touchegg'",
"name *= 'ONLYOFFICE'", "name *= 'ONLYOFFICE'",
"name *= 'xfce4-screenshooter'", "name *= 'xfce4-screenshooter'",
"name *= 'Floorp'", "name *= 'Floorp'"
]; ];
################################# #################################
@ -205,11 +202,11 @@ blur-background-exclude = [
# Fade windows during opacity changes. # Fade windows during opacity changes.
fading = true; fading = true;
# The time between steps in a fade in milliseconds. (default 10). # The time between steps in a fade in milliseconds. (default 10).
fade-delta = 0; fade-delta = 2;
# Opacity change between steps while fading in. (default 0.028). # Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03; fade-in-step = 0.020;
# Opacity change between steps while fading out. (default 0.03). # Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03; fade-out-step = 0.020;
# Fade windows in/out when opening/closing # Fade windows in/out when opening/closing
# no-fading-openclose = true; # no-fading-openclose = true;

View File

@ -18,8 +18,8 @@ keybinds clear-defaults=true {
bind "Alt down" { MoveFocus "down"; } bind "Alt down" { MoveFocus "down"; }
bind "Alt up" { MoveFocus "up"; } bind "Alt up" { MoveFocus "up"; }
bind "Alt right" { MoveFocusOrTab "right"; } bind "Alt right" { MoveFocusOrTab "right"; }
bind "Ctrl PageDown" { PageScrollDown; } bind "PageDown" { PageScrollDown; }
bind "Ctrl PageUp" { PageScrollUp; } bind "PageUp" { PageScrollUp; }
} }
pane { pane {
bind "left" { MoveFocus "left"; } bind "left" { MoveFocus "left"; }
@ -387,7 +387,7 @@ on_force_close "quit"
// that will be used by default if this option is not set. // that will be used by default if this option is not set.
// Examples: // Examples:
// //
copy_command "xclip -selection clipboard" // x11 // copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland // copy_command "wl-copy" // wayland
// copy_command "pbcopy" // osx // copy_command "pbcopy" // osx
// //