🚀 add bsp-layout
parent
268374ad58
commit
37c7e8179f
|
@ -73,7 +73,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ feh playerctl pamixer brightnessctl ];
|
home.packages = with pkgs; [ feh playerctl pamixer brightnessctl bsp-layout ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue