thelio76: switch to bspwm & sxhkd

This commit is contained in:
Alex 2024-07-28 11:18:13 -04:00
parent 84b5aaf7d2
commit 1ee1df3854
1 changed files with 21 additions and 4 deletions

View File

@ -37,7 +37,9 @@
nixpkgs-fmt
obsidian
picard
polybar
rawtherapee
rofi
spotify
sqlitebrowser
steam
@ -59,13 +61,28 @@
};
};
xsession.windowManager.bspwm = {
xsession = {
enable = true;
windowManager.bspwm = {
enable = true;
settings = {
border_width = 10;
};
extraConfig = ''
polybar &
'';
startupPrograms = [ "kitty" ];
};
};
services.sxhkd =
{
enable = true;
keybindings = {
"super + Return" = "kitty";
"super + @space" = "rofi";
};
};
# User software configurations
programs = {