Set i3 default workspace to 1
This commit is contained in:
parent
9c74115b76
commit
e8a61218cd
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,5 @@
|
|||
- Theme GRUB
|
||||
- Find out how handling multiple hosts works so both desktop and ThinkPad configurations are buildable from flake
|
||||
- Load in vim configuration
|
||||
- Make default i3 workspace 1 instead of 10
|
||||
- Add yubikey login
|
||||
- Install and setup service for yubioath-desktop
|
||||
|
|
1
i3.nix
1
i3.nix
|
@ -6,6 +6,7 @@ in {
|
|||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
config = {
|
||||
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
|
||||
modifier = mod;
|
||||
gaps.inner = 12;
|
||||
startup = [
|
||||
|
|
Loading…
Add table
Reference in a new issue