Compare commits
14 Commits
4b31754f09
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 72935ac389 | |||
| 00224acc15 | |||
| 46f5116347 | |||
| 2115aff639 | |||
| 21c90c6d03 | |||
| 8e11d7ed04 | |||
| b497e885ee | |||
| 9d3f3d04af | |||
| 62e518fbe2 | |||
| ebf8ad121b | |||
| 9a9064d173 | |||
| d30901f052 | |||
| 54706440cd | |||
| 1ca2f10f09 |
@@ -1 +1 @@
|
|||||||
open -n -a "alacritty.app"
|
open -n -a "kitty.app"
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ reset-wallpaper:
|
|||||||
xsetroot -solid black
|
xsetroot -solid black
|
||||||
|
|
||||||
program-picker:
|
program-picker:
|
||||||
dmenu_run -p 'start program'
|
rofi -show drun
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+15
-15
@@ -35,24 +35,24 @@
|
|||||||
"type": "basic"
|
"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",
|
"name": "KarabinerTS",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
||||||
+15
-15
@@ -35,24 +35,24 @@
|
|||||||
"type": "basic"
|
"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",
|
"name": "KarabinerTS",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" }
|
||||||
@@ -51,6 +51,23 @@
|
|||||||
"to": [{ "key_code": "non_us_backslash" }]
|
"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",
|
"name": "KarabinerTS",
|
||||||
|
|||||||
+2633
-8
File diff suppressed because it is too large
Load Diff
@@ -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-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-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-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 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"
|
bind j command-prompt -p "Join window:" "join-pane -h -s %1"
|
||||||
|
|||||||
Reference in New Issue
Block a user