Skip to content

Commit

Permalink
chore: misc mac cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 23, 2023
1 parent 527f594 commit 90e24c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/darwin/desktop/addons/yabai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ in
{
options.khanelinix.desktop.addons.yabai = {
enable = mkBoolOpt false "Whether or not to enable yabai.";
debug = mkBoolOpt false "Whether to enable debug output.";
};

config = mkIf cfg.enable {
Expand All @@ -22,6 +23,7 @@ in
enableScriptingAddition = true;

config = {
debug_output = if cfg.debug then "on" else "off";
external_bar = "all:$${BAR_HEIGHT}:0";
split_type = "auto";
split_ratio = "0.5";
Expand Down
1 change: 1 addition & 0 deletions modules/darwin/desktop/addons/yabai/extraConfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ UNMANAGED=(
VLC
Vimac
iStat Menus
iStat Menus Status
zoom.us
)

Expand Down
2 changes: 0 additions & 2 deletions modules/darwin/suites/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ in
"hammerspoon"
"kitty"
"launchcontrol"
"lulu"
"monitorcontrol"
"raycast"
"sf-symbols"
Expand All @@ -73,7 +72,6 @@ in
"AmorphousMemoryMark" = 1495719766;
"Amphetamine" = 937984704;
"AutoMounter" = 1160435653;
"Cascadea" = 1432182561;
"Dark Reader for Safari" = 1438243180;
"Disk Speed Test" = 425264550;
"Malwarebytes Browser Guard" = 1577761052;
Expand Down

0 comments on commit 90e24c4

Please sign in to comment.