Compare commits
8 Commits
62e518fbe2
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 72935ac389 | |||
| 00224acc15 | |||
| 46f5116347 | |||
| 2115aff639 | |||
| 21c90c6d03 | |||
| 8e11d7ed04 | |||
| b497e885ee | |||
| 9d3f3d04af |
@@ -6,6 +6,6 @@ reset-wallpaper:
|
||||
xsetroot -solid black
|
||||
|
||||
program-picker:
|
||||
dmenu_run -p 'start program'
|
||||
rofi -show drun
|
||||
|
||||
|
||||
|
||||
+15
-15
@@ -35,24 +35,24 @@
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "swap alt and cmd",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"to": [{ "key_code": "left_command" }],
|
||||
"type": "basic"
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": [
|
||||
{
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"product_id": 21042,
|
||||
"vendor_id": 1155
|
||||
},
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "grave_accent_and_tilde" },
|
||||
"to": [{ "key_code": "non_us_backslash" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "KarabinerTS",
|
||||
"selected": true,
|
||||
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
||||
+15
-15
@@ -35,24 +35,24 @@
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "swap alt and cmd",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"to": [{ "key_code": "left_command" }],
|
||||
"type": "basic"
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": [
|
||||
{
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"product_id": 21042,
|
||||
"vendor_id": 1155
|
||||
},
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "grave_accent_and_tilde" },
|
||||
"to": [{ "key_code": "non_us_backslash" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "KarabinerTS",
|
||||
"selected": true,
|
||||
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
||||
@@ -51,6 +51,23 @@
|
||||
"to": [{ "key_code": "non_us_backslash" }]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"product_id": 8467,
|
||||
"vendor_id": 16700
|
||||
},
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"to": [{ "key_code": "left_command" }]
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "KarabinerTS",
|
||||
|
||||
@@ -23,6 +23,8 @@ bind-key c-p switch-client -l
|
||||
bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit
|
||||
bind c-t popup -E -w 100% -h 100% -b rounded -d "#{pane_current_path}"
|
||||
bind c-s popup -E -w 100% -h 100% -b rounded "sesh"
|
||||
bind c-b popup -E -w 100% -h 100% -b rounded "btop"
|
||||
bind c-f popup -E -w 100% -h 100% -b rounded "xplr"
|
||||
bind c-x confirm-before -p "Kill current session #S? (y/n)" kill-session
|
||||
|
||||
bind j command-prompt -p "Join window:" "join-pane -h -s %1"
|
||||
|
||||
Reference in New Issue
Block a user