Skip to content

Commit

Permalink
karabiner set-defaults Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Feb 23, 2020
1 parent d52af05 commit c3fa026
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions karabiner/karabiner.edn
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@
[:i [:km "test: Jupyter"]]
[:n [:km "test: TS"]]
[:m [:km "test: Rust"]]
;[:period [:km "New SnippetsLab snippet"]]
[:semicolon [:alfred "search build to learn" "nikivi.private.directories"]]]}
{:des "vkey (media)"
:rules [:v-mode
Expand All @@ -602,14 +601,16 @@
[:u :!COS6] ; Toggle Night Shift on/off.
[:j :mute]
[:w [:km "Repeat Spotify song"]]
[:a :!TS0] ; Turn on/off Noizio
[:s [:km "Play/pause Spotify"]]
[:d [:km "Noizio settings"]]
[:a :!TS0] ; Turn on/off Noizio
[:semicolon :!TS0] ; Turn on/off Noizio
[:comma [:alfred "play" "com.vdesabou.spotify.mini.player" "spotify:playlist:37i9dQZEVXcMHpP6EcIqNe"]] ; Discover Weekly playlist
[:period [:alfred "play" "com.vdesabou.spotify.mini.player" "spotify:playlist:0ESjwZeTcHOWzY3FYO5zs5"]] ; Focus playlist
[:quote [:alfred "play" "com.vdesabou.spotify.mini.player" "spotify:playlist:0ERn0U4qZIKC8Dy7RrMMsn"]] ; Likes playlist
[:open_bracket [:alfred "play" "com.vdesabou.spotify.mini.player" "spotify:playlist:2N82DnDsPGMnpJhN8sVFJu"]] ; Bliss playlist
[:grave_accent_and_tilde :illumination_decrement]
[:z :illumination_increment]
[:i :display_brightness_decrement]
[:o :display_brightness_increment]
[:h :vk_consumer_previous]
Expand Down
2 changes: 1 addition & 1 deletion macos/set-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults write -g ApplePressAndHoldEnabled -bool false
echo 'Fast key repeat. Requires restart.'

# https://twitter.com/jordwalke/status/1230582824224165888 fast repeat.
defaults write NSGlobalDomain KeyRepeat -int -1
defaults write NSGlobalDomain KeyRepeat -int 1

defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
echo 'Fast opening and closing windows and popovers'
Expand Down
6 changes: 4 additions & 2 deletions sublime/Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@
"admin",
"Redis",
"cli",
"Ethereum"
"Ethereum",
"inbox",
"referenceable"
],
"auto_format_on_save": true,
"binary_file_patterns":
Expand Down Expand Up @@ -157,7 +159,7 @@
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme",
"dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Fira Code",
"font_size": 10,
"font_size": 17,
"ignored_packages":
[
"Vintage"
Expand Down

0 comments on commit c3fa026

Please sign in to comment.