change polybar's size and set activate-linux style to default on x11
This commit is contained in:
1
homes/ft/bspwm/host.sh
Normal file
1
homes/ft/bspwm/host.sh
Normal file
@ -0,0 +1 @@
|
||||
bspc monitor -d 1 2 3 4 5
|
@ -1,6 +1,8 @@
|
||||
{ config, lib, pkgs, username,homeDir, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../modules/nitrogen.nix ];
|
||||
|
||||
home.packages = with pkgs;[
|
||||
neovim
|
||||
dmenu
|
||||
@ -8,7 +10,6 @@
|
||||
|
||||
home.file = {
|
||||
".config/sxhkd".source = dotfiles/config/sxhkd;
|
||||
".config/nitrogen".source = dotfiles/config/nitrogen;
|
||||
".config/bspwm/bspwmrc".source = dotfiles/config/bspwm/bspwmrc;
|
||||
".config/bspwm/host.sh".source = ./bspwm/host.sh;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user