🚀 add bsp-layout

dev-docs
Moritz Böhme 2022-07-30 16:30:44 +02:00
parent 268374ad58
commit 37c7e8179f
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,7 @@ in
}; };
}; };
home.packages = with pkgs; [ feh playerctl pamixer brightnessctl ]; home.packages = with pkgs; [ feh playerctl pamixer brightnessctl bsp-layout ];
}; };
}; };
} }

View File

@ -30,6 +30,9 @@ alt + shift + c
alt + {t,shift + t,s,f} alt + {t,shift + t,s,f}
bspc node -t {tiled,pseudo_tiled,floating,fullscreen} bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
# switch layout
alt + space
bsp-layout next --layouts wide,tall,tiled
# Focus/Swap Nodes # Focus/Swap Nodes
# focus the node in the given direction # focus the node in the given direction