Set i3 default workspace to 1

inky
Elnu 2 years ago
parent 9c74115b76
commit e8a61218cd

@ -8,6 +8,5 @@
- Theme GRUB - Theme GRUB
- Find out how handling multiple hosts works so both desktop and ThinkPad configurations are buildable from flake - Find out how handling multiple hosts works so both desktop and ThinkPad configurations are buildable from flake
- Load in vim configuration - Load in vim configuration
- Make default i3 workspace 1 instead of 10
- Add yubikey login - Add yubikey login
- Install and setup service for yubioath-desktop - Install and setup service for yubioath-desktop

@ -6,6 +6,7 @@ in {
xsession.windowManager.i3 = { xsession.windowManager.i3 = {
enable = true; enable = true;
config = { config = {
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
modifier = mod; modifier = mod;
gaps.inner = 12; gaps.inner = 12;
startup = [ startup = [

Loading…
Cancel
Save