aerospace swipe
This commit is contained in:
parent
1a7858b68b
commit
3ee04064c0
3 changed files with 6 additions and 13 deletions
13
flake.nix
13
flake.nix
|
@ -62,19 +62,6 @@
|
|||
inputs.zig.overlays.default
|
||||
inputs.rust-overlay.overlays.default
|
||||
inputs.nh.overlays.default
|
||||
#Signal desktop decided to break bc of being outdated on macos :(
|
||||
(
|
||||
final: prev: {
|
||||
signal-desktop-bin = prev.signal-desktop-bin.overrideAttrs (old: {
|
||||
version = "7.51.0";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://updates.signal.org/desktop/signal-desktop-mac-universal-7.51.0.dmg";
|
||||
hash = "sha256-dUcBvKbGVsEUxOSv8u/jjuvYjHar2+zbv+/ZRS85w1w=";
|
||||
};
|
||||
});
|
||||
}
|
||||
)
|
||||
];
|
||||
|
||||
# ----- USER SETTINGS ----- #
|
||||
|
|
|
@ -22,6 +22,8 @@ _: {
|
|||
"zulip"
|
||||
"zen-browser"
|
||||
"supertuxkart"
|
||||
|
||||
"mediosz/tap/swipeaerospace"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
|
|
|
@ -81,6 +81,9 @@
|
|||
cmd-shift-8 = "move-node-to-workspace 8";
|
||||
cmd-shift-9 = "move-node-to-workspace 9";
|
||||
|
||||
cmd-h = []; # Disable "hide application"
|
||||
cmd-alt-h = []; # Disable "hide others"
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
|
||||
alt-tab = "workspace-back-and-forth";
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move-workspace-to-monitor
|
||||
|
@ -107,6 +110,7 @@
|
|||
up = "volume up";
|
||||
shift-down = ["volume set 0" "mode main"];
|
||||
};
|
||||
after-startup-command = ["exec-and-forget sketchybar"];
|
||||
exec-on-workspace-change = [
|
||||
"/bin/bash"
|
||||
"-c"
|
||||
|
|
Loading…
Reference in a new issue