1
0
Fork 0

fix(nix): alter bspwm and picom look

This commit is contained in:
Lucas Sta Maria 2025-03-14 00:01:07 -04:00
parent 968c0f7417
commit 2f6c9939f5
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -192,7 +192,7 @@
settings = { settings = {
border_width = 2; border_width = 2;
normal_border_color = "#919191"; normal_border_color = "#919191";
focused_border_color = "FF6054"; focused_border_color = "#FF6054";
presel_feedback_color = "#CCCCCC"; presel_feedback_color = "#CCCCCC";
window_gap = 25; window_gap = 25;
split_ratio = 0.5; split_ratio = 0.5;
@ -219,6 +219,10 @@
enable = true; enable = true;
# Reminder: Written in QWERTY # Reminder: Written in QWERTY
keybindings = { keybindings = {
# Reload
"super + shift + o" = "bspc wm -r";
# Applications
"super + Return" = ''emacsclient -n -c -a ""''; "super + Return" = ''emacsclient -n -c -a ""'';
"super + control + Return" = "alacritty"; "super + control + Return" = "alacritty";
"super + d" = "rofi -show drun"; "super + d" = "rofi -show drun";
@ -226,7 +230,7 @@
"super + g" = "rofimoji"; "super + g" = "rofimoji";
"super + shift + d" = "flameshot gui"; "super + shift + d" = "flameshot gui";
"super + shift + q" = "bspc node -k"; "super + shift + q" = "bspc node -k";
"super + shift + o" = "bspc wm -r";
# Window focus # Window focus
"super + {j,k,l,semicolon}" = "bspc node -f {west,south,north,east}"; "super + {j,k,l,semicolon}" = "bspc node -f {west,south,north,east}";
"super + {Left,Down,Up,Right}" = "bspc node -f {west,south,north,east}"; "super + {Left,Down,Up,Right}" = "bspc node -f {west,south,north,east}";
@ -336,14 +340,7 @@
enable = true; enable = true;
backend = "glx"; backend = "glx";
activeOpacity = 1; activeOpacity = 1;
inactiveOpacity = 0.9; inactiveOpacity = 1;
settings = {
blur = {
method = "kawase";
size = 20;
deviation = 5.0;
};
};
}; };
services.emacs = { services.emacs = {