Updoots
This commit is contained in:
@@ -115,7 +115,7 @@ colors:
|
||||
cyan: '0x56b6c2'
|
||||
white: '0xffffff'
|
||||
|
||||
background_opacity: 0.95
|
||||
background_opacity: 0.90
|
||||
|
||||
selection:
|
||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
@@ -146,7 +146,7 @@ new_window 1pixel
|
||||
|
||||
# Set Border
|
||||
for_window [class="^.*"] border pixel 0
|
||||
for_window [class="Alacritty"] border pixel 1
|
||||
for_window [class="Alacritty"] border pixel 2
|
||||
for_window [class="xterm"] border pixel 1
|
||||
|
||||
set $red "#e06c75"
|
||||
@@ -175,7 +175,7 @@ exec fcitx
|
||||
exec nextcloud
|
||||
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png
|
||||
exec dunst
|
||||
exec picom
|
||||
exec picom --experimental-backends
|
||||
exec nm-applet
|
||||
exec ~/scripts/fix_screens.sh
|
||||
exec ~/.config/polybar/launch.sh
|
||||
|
||||
@@ -33,7 +33,7 @@ vim.api.nvim_set_var("g:completion_matching_smart_case", 1)
|
||||
vim.api.nvim_set_var("completion_chain_complete_list", {
|
||||
default = {
|
||||
default = {
|
||||
{complete_items= {'lsp','snippet','path'}},
|
||||
{complete_items= {'lsp','snippet'}},
|
||||
{mode= '<c-p>'},
|
||||
{mode= '<c-n>'}},
|
||||
}
|
||||
|
||||
@@ -4,6 +4,18 @@ opacity-rule = [
|
||||
"95:class_g *?= 'XTerm'",
|
||||
];
|
||||
|
||||
#backend = "glx";
|
||||
#blur: {
|
||||
# method: "dual_kawase";
|
||||
# strength = 4;
|
||||
#}
|
||||
|
||||
# Fading
|
||||
#fading = true;
|
||||
#fade-in-step = 0.10;
|
||||
#fade-out-step = 0.10;
|
||||
#fade-exclude = [ ];
|
||||
|
||||
#inactive-dim = 0.15;
|
||||
#inactive-opacity = 0.9;
|
||||
|
||||
@@ -14,12 +26,3 @@ opacity-rule = [
|
||||
# "class_g = 'dmenu'"
|
||||
#];
|
||||
#
|
||||
#backend = "glx";
|
||||
#blur: {
|
||||
# method: "dual_kawase";
|
||||
# size = 8;
|
||||
# strength = 0;
|
||||
# background = false;
|
||||
# background-frame = false;
|
||||
# background-fixed = false;
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user