Set i3 default workspace to 1

inky
Elnu 2 years ago
parent 9c74115b76
commit e8a61218cd

@ -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

@ -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…
Cancel
Save