first commit
This commit is contained in:
commit
780ddcda1c
37 changed files with 981 additions and 0 deletions
15
home/modules/bspwm.nix
Normal file
15
home/modules/bspwm.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
xsession.windowManager.bspwm = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
focus_follows_pointer = true;
|
||||
pointer_follows_focus = true;
|
||||
pointer_follows_monitor = true;
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
feh --bg-fill "/home/benag/.nix-config/assets/pictures/bocchi_wallpaper.png"
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue