Skip to content

Commit

Permalink
remove yabai config
Browse files Browse the repository at this point in the history
  • Loading branch information
raikusy committed Nov 28, 2024
1 parent fd012ea commit d6ca719
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,29 +96,31 @@
# Services configuration
services = {
nix-daemon.enable = true;
yabai = {
enable = true;
enableScriptingAddition = true;
config = {
layout = "bsp";
auto_balance = "on";
window_placement = "second_child";
window_gap = 8;
};
};
skhd = {
enable = true;
skhdConfig = ''
# Toggle window split type
alt - e : yabai -m window --toggle split
# yabai = {
# enable = true;
# enableScriptingAddition = true;
# config = {
# layout = "bsp";
# auto_balance = "on";
# window_placement = "second_child";
# window_gap = 8;
# };
# };
# skhd = {
# enable = true;
# skhdConfig = ''
# # Toggle window split type
# alt - e : yabai -m window --toggle split
# alt - f : yabai -m window --toggle float
# alt - t : yabai -m window --toggle native-fullscreen

# Focus window
alt - h : yabai -m window --focus west
alt - j : yabai -m window --focus south
alt - k : yabai -m window --focus north
alt - l : yabai -m window --focus east
'';
};
# # Focus window
# alt - h : yabai -m window --focus west
# alt - j : yabai -m window --focus south
# alt - k : yabai -m window --focus north
# alt - l : yabai -m window --focus east
# '';
# };
};

# Nix configuration
Expand Down

0 comments on commit d6ca719

Please sign in to comment.