Commit 388c0ff 1 parent 63bb4b6 commit 388c0ff Copy full SHA for 388c0ff
File tree 5 files changed +18
-26
lines changed
5 files changed +18
-26
lines changed Original file line number Diff line number Diff line change 31
31
".zprofile" . source = symlink "${ dotfilesPath } /shell/zsh/.zprofile" ;
32
32
".zshenv" . source = symlink "${ dotfilesPath } /shell/zsh/.zshenv" ;
33
33
".zshrc" . source = symlink "${ dotfilesPath } /shell/zsh/.zshrc" ;
34
- "Library/LaunchAgents/com.user.disable.airpods.microphone.plist" . source = symlink "${ dotfilesPath } /os/mac/LaunchAgents/com.user.disable.airpods.microphone.plist" ;
35
34
"Library/Application Support/Code/User/keybindings.json" . source = symlink "${ dotfilesPath } /editors/code/keybindings.json" ;
36
35
"Library/Application Support/Code/User/settings.json" . source = symlink "${ dotfilesPath } /editors/code/settings.json" ;
37
36
"Library/Application Support/Code/User/snippets" . source = symlink "${ dotfilesPath } /editors/code/snippets" ;
38
37
"Library/Application Support/com.elgato.StreamDeck/ProfilesV2" . source = symlink "${ dotfilesPath } /modules/private/mac/streamdeck/ProfilesV2" ;
39
38
"Library/Application Support/obs-studio/basic" . source = symlink "${ dotfilesPath } /modules/private/mac/obs/basic" ;
40
39
"Library/Application Support/obs-studio/global.ini" . source = symlink "${ dotfilesPath } /modules/private/mac/obs/global.ini" ;
40
+ "Library/Application Support/zen/Profiles/8fh0vfxw.Default (alpha)/chrome/userChrome.css" . source = symlink "${ dotfilesPath } /os/mac/zen/userChrome.css" ;
41
+ "Library/LaunchAgents/com.user.disable.airpods.microphone.plist" . source = symlink "${ dotfilesPath } /os/mac/LaunchAgents/com.user.disable.airpods.microphone.plist" ;
41
42
}
Original file line number Diff line number Diff line change 3
3
4
4
with pkgs ; [
5
5
bat
6
- clojure-lsp
7
6
cmatrix
8
7
coreutils
9
8
delta
Original file line number Diff line number Diff line change 714
714
"bundle_identifiers" : [ " app.zen-browser.zen" ]
715
715
} ],
716
716
"type" : " basic"
717
- } ]
718
- }, {
719
- "description" : " [zen] opt+tab switch tabs in order" ,
720
- "manipulators" : [ {
721
- "from" : {
722
- "key_code" : " tab" ,
723
- "modifiers" : {
724
- "mandatory" : [ " left_option" ]
725
- }
726
- },
727
- "to" : [ {
728
- "key_code" : " down_arrow" ,
729
- "modifiers" : [ " left_command" , " left_option" ]
730
- } ],
731
- "conditions" : [ {
732
- "type" : " frontmost_application_if" ,
733
- "bundle_identifiers" : [ " app.zen-browser.zen" ]
734
- } ],
735
- "type" : " basic"
736
717
}, {
737
718
"from" : {
738
- "key_code" : " tab " ,
719
+ "key_code" : " t " ,
739
720
"modifiers" : {
740
- "mandatory" : [ " left_option " , " left_shift " ]
721
+ "mandatory" : [ " left_command " ]
741
722
}
742
723
},
743
724
"to" : [ {
744
- "key_code" : " up_arrow" ,
745
- "modifiers" : [ " left_command" , " left_option" ]
725
+ "key_code" : " t" ,
726
+ "modifiers" : [ " left_command" ]
727
+ }, {
728
+ "key_code" : " l" ,
729
+ "modifiers" : [ " left_command" ]
746
730
} ],
747
731
"conditions" : [ {
748
732
"type" : " frontmost_application_if" ,
Original file line number Diff line number Diff line change 146
146
{:des " [zen] Toggle sidebar"
147
147
:rules [:ZenBrowser [:sidebar-primary-toggle :!COc ]]}
148
148
{:des " [zen] Change workspace"
149
- :rules [:ZenBrowser [:switch-account :!TOright_arrow ] [:switch-account-esc :!TOright_arrow ] [:next-workspace :!TOright_arrow ] [:prev-workspace :!COq ]]}
149
+ :rules [:ZenBrowser [:switch-account :!TOright_arrow ]
150
+ [:switch-account-esc :!TOright_arrow ]
151
+ [:next-workspace :!TOright_arrow ]
152
+ [:prev-workspace :!COq ]]}
150
153
151
154
{:des " [zen] Change to compact"
152
155
:rules [:ZenBrowser [:sidebar-secondary-toggle :!Ob ]]}
156
+ {:des " [zen] Cmd + tab also shows the url bar"
157
+ :rules [:ZenBrowser [:!Ct [:!Ct :!Cl ]]]}
153
158
154
159
{:des " [chatgpt] Toggle sidebar"
155
160
:rules [:ChatGPT [:sidebar-primary-toggle :!Cs ]]}
Original file line number Diff line number Diff line change
1
+ : root .tab-content {
2
+ font-size : 1.2rem ;
3
+ }
You can’t perform that action at this time.
0 commit comments