fixed indentation and submodule
This commit is contained in:
parent
d02fb27bfa
commit
57b7e38d2a
1 changed files with 193 additions and 190 deletions
|
@ -21,7 +21,8 @@
|
|||
personal.home_modules = [
|
||||
(
|
||||
{ lib, pkgs, ... }:
|
||||
wayland.windowManager.sway.config {
|
||||
{
|
||||
wayland.windowManager.sway.config = {
|
||||
modifier = "Mod4";
|
||||
fonts = {
|
||||
names = [ "pango" ];
|
||||
|
@ -59,9 +60,9 @@
|
|||
"${mod}+Shift+Right" = "move right";
|
||||
|
||||
"${mod}+Shift+m" = "split h"; # Horizontal split
|
||||
"${mod}+Shift+v" = "split v";# Vertical Split
|
||||
"${mod}+Shift+v" = "split v"; # Vertical Split
|
||||
|
||||
"${mod}+t" = "fullscreen toggle";# fullscreen
|
||||
"${mod}+t" = "fullscreen toggle"; # fullscreen
|
||||
|
||||
"${mod}+r" = "layout stacking";
|
||||
"${mod}+w" = "layout tabbed";
|
||||
|
@ -100,6 +101,7 @@
|
|||
"${mod}+Shift+0" = "move container to workspace number 10";
|
||||
};
|
||||
|
||||
### TODO : Resize mode and automatic floating
|
||||
assigns = {
|
||||
"1:说" = [ { title = "^Signal$|Discord$"; } ];
|
||||
"2:main" = [ { title = "VSCodium$"; } ];
|
||||
|
@ -224,6 +226,7 @@
|
|||
|
||||
workspaceAutoBackAndForth = true;
|
||||
workspaceLayout = "tabbed";
|
||||
};
|
||||
}
|
||||
)
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue