Compare commits
2 Commits
70a5e6eeb7
...
7a34d51e4f
Author | SHA1 | Date | |
---|---|---|---|
7a34d51e4f | |||
5effd669c5 |
14
.config/ghostty/config
Normal file
14
.config/ghostty/config
Normal file
@ -0,0 +1,14 @@
|
||||
font-family = MesloLGM Nerd Font Mono
|
||||
font-thicken = true
|
||||
font-size = 18
|
||||
theme = catppuccin-mocha
|
||||
|
||||
cursor-opacity = 0.5
|
||||
cursor-style-blink = true
|
||||
|
||||
background-opacity = 0.9
|
||||
background-blur-radius = 20
|
||||
|
||||
initial-command = /opt/homebrew/bin/tmux a -d
|
||||
quit-after-last-window-closed = true
|
||||
|
@ -3,6 +3,40 @@
|
||||
{
|
||||
"complex_modifications": {
|
||||
"rules": [
|
||||
{
|
||||
"description": "Hyperkey",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "caps_lock",
|
||||
"modifiers": {
|
||||
"mandatory": ["shift"],
|
||||
"optional": ["caps_lock"]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "left_shift",
|
||||
"modifiers": ["left_command", "left_control", "left_option"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
},
|
||||
{
|
||||
"from": {
|
||||
"key_code": "caps_lock",
|
||||
"modifiers": { "optional": ["any"] }
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "left_command",
|
||||
"modifiers": ["left_control", "left_option"]
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Play/Pause controls spotify only when it's running",
|
||||
"manipulators": [
|
||||
@ -18,22 +52,6 @@
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock → Hyper Key without Shift (⌃⌥⌘)",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": { "key_code": "caps_lock" },
|
||||
"to": [
|
||||
{
|
||||
"key_code": "left_command",
|
||||
"modifiers": ["left_control", "left_option"]
|
||||
}
|
||||
],
|
||||
"to_if_alone": [{ "key_code": "caps_lock" }],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user