Compare commits

12 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
7 changed files with 55 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 xsetroot -solid black
program-picker: program-picker:
dmenu_run -p 'start program' rofi -show drun
@@ -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" }
@@ -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",
+4 -8
View File
@@ -1,7 +1,7 @@
# vim:fileencoding=utf-8:foldmethod=marker # vim:fileencoding=utf-8:foldmethod=marker
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
font_family family="GohuFont 11 Nerd Font Mono" font_family family="Comic Code Ligatures"
enable_audio_bell no enable_audio_bell no
visual_bell_duration 0.0 visual_bell_duration 0.0
confirm_os_window_close 0 confirm_os_window_close 0
@@ -2357,13 +2357,9 @@ enable_audio_bell no
#: You can change the font size for all top-level kitty OS windows at #: You can change the font size for all top-level kitty OS windows at
#: a time or only the current one. #: a time or only the current one.
#: Increase font size map ctrl+equal change_font_size all +1.0
map ctrl+minus change_font_size all -1.0
map ctrl+1 change_font_size all 11 map ctrl+0 change_font_size all
map ctrl+2 change_font_size all 22
map ctrl+3 change_font_size all 33
map ctrl+4 change_font_size all 44
map ctrl+5 change_font_size all 55
#: To setup shortcuts for specific font sizes:: #: To setup shortcuts for specific font sizes::
+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-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"