1st commit
This commit is contained in:
commit
74d15b4c6a
25 changed files with 1328 additions and 0 deletions
20
home/modules/bspwm.nix
Executable file
20
home/modules/bspwm.nix
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
xsession.windowManager.bspwm = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
focus_follows_pointer = true;
|
||||
pointer_follows_focus = true;
|
||||
pointer_follows_monitor = true;
|
||||
};
|
||||
|
||||
startupPrograms = [
|
||||
"sxhkd"
|
||||
"polybar"
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
feh --bg-fill "/home/benag/.nix-config/assets/wallpaper/bocchi-light-guitar.png"
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue