Compare commits

..

2 commits

Author SHA1 Message Date
b2a0ade8b0
update prefix key for wezterm 2025-06-19 11:38:28 +08:00
c5cf5cf1d8
chore: bump xmonad-config 2025-06-19 11:38:11 +08:00
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -1071,11 +1071,11 @@
"nixpkgs": "nixpkgs_10"
},
"locked": {
"lastModified": 1750296979,
"narHash": "sha256-ETfQ0PySE61cdGm1X8q6Oz7MOu1bQfo5FxMdYMV4F80=",
"lastModified": 1750303658,
"narHash": "sha256-0K85FsnmOHebNkIJsCnkVQIKJB1GEfoZF+APwhQBMGs=",
"ref": "refs/heads/master",
"rev": "d90c4545ec819c71e85df4fcd7504c5f20fde636",
"revCount": 37,
"rev": "4ac9253ad677a206c06661a29b56486a6d023b78",
"revCount": 38,
"type": "git",
"url": "https://git.sajenim.dev/jasmine/xmonad-config.git"
},

View file

@ -82,7 +82,7 @@ config.colors = {
config.disable_default_key_bindings = true
-- Setup leader key
config.leader = { key = "Space", mods = "ALT", timeout_milliseconds = 1000 }
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 1000 }
-- General keymaps
config.keys = {