Skip to content

Commit 54a4bd2

Browse files
committed
add thefuck + keyboard config
1 parent c9aefd0 commit 54a4bd2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

roles/dotfiles/files/Mackup/.config/karabiner/karabiner.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -736,18 +736,28 @@
736736
"simple_modifications": [
737737
{
738738
"from": {
739-
"key_code": "print_screen"
739+
"key_code": "pause"
740740
},
741741
"to": [
742742
{
743743
"consumer_key_code": "al_terminal_lock_or_screensaver"
744744
}
745745
]
746+
},
747+
{
748+
"from": {
749+
"key_code": "print_screen"
750+
},
751+
"to": [
752+
{
753+
"consumer_key_code": "mute"
754+
}
755+
]
746756
}
747757
],
748758
"virtual_hid_keyboard": {
749759
"country_code": 0,
750-
"indicate_sticky_modifier_keys_state": true,
760+
"indicate_sticky_modifier_keys_state": false,
751761
"mouse_key_xy_scale": 100
752762
}
753763
}

roles/dotfiles/tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- ripgrep # like grep but better, a dependancy on doommacs, also just handy to have around
3737
- starship # fast/cross shell prompt
3838
- the_silver_searcher # like ack but faster
39+
- thefuck # handy console command error corrector - https://github.com/nvbn/thefuck
3940
- tealdeer # a faster implemention of tldr (community driven man pages)
4041
- tmux
4142
- wget

0 commit comments

Comments
 (0)