Compare commits

15 Commits

Author SHA1 Message Date
Ivar Fatland 72935ac389 swap alt and windows key for meeting room keyboard 2026-08-21 09:00:17 +02:00
Ivar Fatland 00224acc15 add btop and xplr tui floating windows in tmux config 2026-08-19 13:38:09 +02:00
Ivar Fatland 46f5116347 delete questions 2026-08-18 08:55:53 +02:00
Ivar Fatland 2115aff639 notes 2026-08-18 08:55:34 +02:00
Ivar Fatland 21c90c6d03 Merge branch 'master' of ssh://git.roodletoof.org:2222/roodletoof/dotfiles 2026-08-17 08:55:58 +02:00
Ivar Fatland 8e11d7ed04 karabinder updated version 2026-08-17 08:55:57 +02:00
roodletoof b497e885ee TEMP: questions 2026-08-17 01:11:35 +02:00
roodletoof 9d3f3d04af switch to rofi launcher 2026-08-16 02:24:40 +02:00
roodletoof 62e518fbe2 Merge branch 'master' of ssh://git.roodletoof.org:2222/roodletoof/dotfiles 2026-08-11 22:38:51 +02:00
roodletoof ebf8ad121b change font to comic code ligatures 2026-08-11 22:38:26 +02:00
Ivar Fatland 9a9064d173 set font to Comic Code Ligatures 2026-08-11 10:06:14 +02:00
Ivar Fatland d30901f052 open kitty as the default terminal on macbook 2026-08-10 09:48:29 +02:00
Ivar Fatland 54706440cd Merge branch 'master' of ssh://git.roodletoof.org:2222/roodletoof/dotfiles 2026-08-10 09:47:22 +02:00
Ivar Fatland 1ca2f10f09 add kitty config 2026-08-10 09:45:13 +02:00
roodletoof 4b31754f09 remove confirmation of closing kitty terminal 2026-08-07 03:21:46 +02:00
7 changed files with 2685 additions and 40 deletions
+1 -1
View File
@@ -1 +1 @@
open -n -a "alacritty.app"
open -n -a "kitty.app"
+1 -1
View File
@@ -6,6 +6,6 @@ reset-wallpaper:
xsetroot -solid black
program-picker:
dmenu_run -p 'start program'
rofi -show drun
@@ -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" }
@@ -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",
File diff suppressed because it is too large Load Diff
+2
View File
@@ -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"