Skip to content

Commit

Permalink
Add rectangle config
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Apr 7, 2023
1 parent b9b0c97 commit 3223aaf
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 3 deletions.
233 changes: 233 additions & 0 deletions RectangleConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,233 @@
{
"bundleId" : "com.knollsoft.Rectangle",
"defaults" : {
"allowAnyShortcut" : {
"bool" : false
},
"almostMaximizeHeight" : {
"float" : 0
},
"almostMaximizeWidth" : {
"float" : 0
},
"alternateDefaultShortcuts" : {
"bool" : true
},
"altThirdCycle" : {
"int" : 0
},
"alwaysAccountForStage" : {
"int" : 0
},
"applyGapsToMaximize" : {
"int" : 0
},
"applyGapsToMaximizeHeight" : {
"int" : 0
},
"attemptMatchOnNextPrevDisplay" : {
"int" : 0
},
"autoMaximize" : {
"int" : 0
},
"cascadeAllDeltaSize" : {
"float" : 30
},
"centeredDirectionalMove" : {
"int" : 0
},
"centerHalfCycles" : {
"int" : 0
},
"cornerSnapAreaSize" : {
"float" : 20
},
"curtainChangeSize" : {
"int" : 0
},
"disabledApps" : {
"string" : "[]"
},
"dragFromStage" : {
"int" : 0
},
"enhancedUI" : {
"int" : 1
},
"footprintAlpha" : {
"float" : 0.30000001192092896
},
"footprintAnimationDurationMultiplier" : {
"float" : 0
},
"footprintBorderWidth" : {
"float" : 2
},
"footprintColor" : {

},
"footprintFade" : {
"int" : 0
},
"fullIgnoreBundleIds" : {

},
"gapSize" : {
"float" : 0
},
"hideMenubarIcon" : {
"bool" : false
},
"ignoredSnapAreas" : {
"int" : 0
},
"landscapeSnapAreas" : {

},
"launchOnLogin" : {
"bool" : true
},
"minimumWindowHeight" : {
"float" : 0
},
"minimumWindowWidth" : {
"float" : 0
},
"missionControlDragging" : {
"int" : 0
},
"missionControlDraggingAllowedOffscreenDistance" : {
"float" : 25
},
"missionControlDraggingDisallowedDuration" : {
"int" : 250
},
"moveCursor" : {
"int" : 0
},
"moveCursorAcrossDisplays" : {
"int" : 0
},
"notifiedOfProblemApps" : {
"bool" : false
},
"obtainWindowOnClick" : {
"int" : 0
},
"portraitSnapAreas" : {

},
"relaunchOpensMenu" : {
"bool" : false
},
"resizeOnDirectionalMove" : {
"bool" : false
},
"screenEdgeGapBottom" : {
"float" : 0
},
"screenEdgeGapLeft" : {
"float" : 0
},
"screenEdgeGapRight" : {
"float" : 0
},
"screenEdgeGapsOnMainScreenOnly" : {
"bool" : false
},
"screenEdgeGapTop" : {
"float" : 0
},
"shortEdgeSnapAreaSize" : {
"float" : 145
},
"showAllActionsInMenu" : {
"int" : 0
},
"sixthsSnapArea" : {
"int" : 0
},
"sizeOffset" : {
"float" : 0
},
"snapEdgeMarginBottom" : {
"float" : 5
},
"snapEdgeMarginLeft" : {
"float" : 5
},
"snapEdgeMarginRight" : {
"float" : 5
},
"snapEdgeMarginTop" : {
"float" : 5
},
"snapModifiers" : {
"int" : 0
},
"specifiedHeight" : {
"float" : 1050
},
"specifiedWidth" : {
"float" : 1680
},
"stageSize" : {
"float" : 190
},
"subsequentExecutionMode" : {
"int" : 0
},
"SUEnableAutomaticChecks" : {
"bool" : false
},
"todo" : {
"int" : 0
},
"todoApplication" : {

},
"todoMode" : {
"bool" : false
},
"todoSidebarWidth" : {
"float" : 400
},
"traverseSingleScreen" : {
"int" : 0
},
"unsnapRestore" : {
"int" : 0
},
"windowSnapping" : {
"int" : 0
}
},
"shortcuts" : {
"center" : {
"keyCode" : 8,
"modifierFlags" : 786432
},
"leftHalf" : {
"keyCode" : 43,
"modifierFlags" : 786432
},
"maximize" : {
"keyCode" : 36,
"modifierFlags" : 786432
},
"nextDisplay" : {
"keyCode" : 124,
"modifierFlags" : 1835008
},
"previousDisplay" : {
"keyCode" : 123,
"modifierFlags" : 1835008
},
"rightHalf" : {
"keyCode" : 47,
"modifierFlags" : 786432
}
},
"version" : "71"
}
4 changes: 2 additions & 2 deletions nvchad/chadrc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"

M.ui = {
theme = "doomchad",
theme_toggle = { "doomchad", "one_light" },
theme = "onenord",
theme_toggle = { "onenord", "one_light" },

hl_override = highlights.override,
hl_add = highlights.add,
Expand Down
2 changes: 1 addition & 1 deletion zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ setopt nobeep
update_auto_completions # should be before antigen
activate_cli_tools
activate_antigen
activate_base16_shell
# activate_base16_shell
activate_asdf

myzsh_keybindings
Expand Down

0 comments on commit 3223aaf

Please sign in to comment.