I DO NOT KNOW WHAT IM DOING

add app expose gesture

authored by tynanpurdy.com and committed by

Tynan Purdy ece3cea3 0259836a

+4
+4
flake.nix
··· 58 # Dock settings 59 autohide = true; 60 show-recents = false; 61 persistent-apps = [ 62 "Applications/Zen.app" 63 "Applications/Beeper Desktop.app" ··· 69 FXPreferredViewStyle = "clmv"; 70 ShowPathbar = true; 71 _FXSortFoldersFirst = true; 72 }; 73 }; 74 keyboard = {
··· 58 # Dock settings 59 autohide = true; 60 show-recents = false; 61 + showAppExposeGestureEnabled = true; 62 persistent-apps = [ 63 "Applications/Zen.app" 64 "Applications/Beeper Desktop.app" ··· 70 FXPreferredViewStyle = "clmv"; 71 ShowPathbar = true; 72 _FXSortFoldersFirst = true; 73 + }; 74 + trackpad = { 75 + TrackpadThreeFingerVertSwipeGesture = 2; 76 }; 77 }; 78 keyboard = {