add some minor stuff
This commit is contained in:
parent
cb44fb8f6b
commit
fe40ddc451
|
@ -11,16 +11,15 @@ inactive-opacity-override = false;
|
|||
# inactive-dim-fixed = true;
|
||||
opacity-rule = [
|
||||
"100:class_g = 'kitty' && focused",
|
||||
"90:class_g = 'kitty' && !focused",
|
||||
"80:class_g = 'Rofi'"
|
||||
"90:class_g = 'kitty' && !focused"
|
||||
];
|
||||
|
||||
# blur
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 15;
|
||||
deviation = 25.0;
|
||||
method = "box";
|
||||
size = 10;
|
||||
deviation = 0.8;
|
||||
};
|
||||
|
||||
# Fading
|
||||
|
@ -31,7 +30,7 @@ fade-out-step = 0.07;
|
|||
# no-fading-openclose = true;
|
||||
# no-fading-destroyed-argb = true;
|
||||
fade-exclude = [
|
||||
"class_g = 'lemonbar'",
|
||||
"class_g = 'polybar'",
|
||||
];
|
||||
|
||||
# Other
|
||||
|
|
|
@ -16,7 +16,7 @@ super + s
|
|||
|
||||
# program launcher
|
||||
super + d
|
||||
dmenu_run
|
||||
dmenu_run -b
|
||||
|
||||
# make sxhkd and bspwm reload their configuration files:
|
||||
super + Escape
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
alias bops="ssh boptop"
|
||||
alias dots="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
|
||||
alias en="dict -d fra-eng"
|
||||
alias f=fff
|
||||
|
|
Loading…
Reference in New Issue