add some minor stuff

This commit is contained in:
ktyl 2021-10-18 23:44:22 +01:00
parent cb44fb8f6b
commit fe40ddc451
3 changed files with 7 additions and 7 deletions

View File

@ -11,16 +11,15 @@ inactive-opacity-override = false;
# inactive-dim-fixed = true; # inactive-dim-fixed = true;
opacity-rule = [ opacity-rule = [
"100:class_g = 'kitty' && focused", "100:class_g = 'kitty' && focused",
"90:class_g = 'kitty' && !focused", "90:class_g = 'kitty' && !focused"
"80:class_g = 'Rofi'"
]; ];
# blur # blur
blur: blur:
{ {
method = "gaussian"; method = "box";
size = 15; size = 10;
deviation = 25.0; deviation = 0.8;
}; };
# Fading # Fading
@ -31,7 +30,7 @@ fade-out-step = 0.07;
# no-fading-openclose = true; # no-fading-openclose = true;
# no-fading-destroyed-argb = true; # no-fading-destroyed-argb = true;
fade-exclude = [ fade-exclude = [
"class_g = 'lemonbar'", "class_g = 'polybar'",
]; ];
# Other # Other

View File

@ -16,7 +16,7 @@ super + s
# program launcher # program launcher
super + d super + d
dmenu_run dmenu_run -b
# make sxhkd and bspwm reload their configuration files: # make sxhkd and bspwm reload their configuration files:
super + Escape super + Escape

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
alias bops="ssh boptop"
alias dots="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME" alias dots="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
alias en="dict -d fra-eng" alias en="dict -d fra-eng"
alias f=fff alias f=fff