Set default sway workspace
This commit is contained in:
parent
c7fb1dd4ce
commit
ea4841403a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ in {
|
||||||
modifier = modifier;
|
modifier = modifier;
|
||||||
terminal = lib.getExe pkgs.sakura;
|
terminal = lib.getExe pkgs.sakura;
|
||||||
menu = "${lib.getExe pkgs.rofi} -show drun";
|
menu = "${lib.getExe pkgs.rofi} -show drun";
|
||||||
# rename workspaces
|
defaultWorkspace = "workspace number 1";
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [ "FontAwesome5Free" "xft:URWGothic-Book" ];
|
names = [ "FontAwesome5Free" "xft:URWGothic-Book" ];
|
||||||
size = 11.0;
|
size = 11.0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue