File tree 2 files changed +13
-2
lines changed
files/Mackup/.config/karabiner
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 736
736
"simple_modifications" : [
737
737
{
738
738
"from" : {
739
- "key_code" : " print_screen "
739
+ "key_code" : " pause "
740
740
},
741
741
"to" : [
742
742
{
743
743
"consumer_key_code" : " al_terminal_lock_or_screensaver"
744
744
}
745
745
]
746
+ },
747
+ {
748
+ "from" : {
749
+ "key_code" : " print_screen"
750
+ },
751
+ "to" : [
752
+ {
753
+ "consumer_key_code" : " mute"
754
+ }
755
+ ]
746
756
}
747
757
],
748
758
"virtual_hid_keyboard" : {
749
759
"country_code" : 0 ,
750
- "indicate_sticky_modifier_keys_state" : true ,
760
+ "indicate_sticky_modifier_keys_state" : false ,
751
761
"mouse_key_xy_scale" : 100
752
762
}
753
763
}
Original file line number Diff line number Diff line change 36
36
- ripgrep # like grep but better, a dependancy on doommacs, also just handy to have around
37
37
- starship # fast/cross shell prompt
38
38
- the_silver_searcher # like ack but faster
39
+ - thefuck # handy console command error corrector - https://github.com/nvbn/thefuck
39
40
- tealdeer # a faster implemention of tldr (community driven man pages)
40
41
- tmux
41
42
- wget
You can’t perform that action at this time.
0 commit comments