add bspwm and sxhkd
This commit is contained in:
parent
cb7bedb398
commit
2919727b02
7 changed files with 176 additions and 6 deletions
|
|
@ -29,9 +29,6 @@ let
|
|||
}) states);
|
||||
|
||||
in rec {
|
||||
home.file.".xinitrc".source = ./scripts/xinitrc;
|
||||
xdg.configFile."i3/wallpaper.png".source = ../../res/wallpaper.png;
|
||||
xsession.enable = true;
|
||||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
package = pkgs.i3-gaps;
|
||||
|
|
@ -45,7 +42,7 @@ in rec {
|
|||
notification = false;
|
||||
}
|
||||
{
|
||||
command = "feh --no-fehbg --bg-fill ${config.xdg.configHome}/i3/wallpaper.png";
|
||||
command = "feh --no-fehbg --bg-fill ${config.xdg.configHome}/xorg/wallpaper.png";
|
||||
always = true;
|
||||
notification = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue