glances and hammerspoon

main
Steffen Rademacker 3 years ago
parent de64d54b84
commit 8a7fe8be7f

@ -35,36 +35,39 @@ local layoutDouble = {
{ "Calendar", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Firefox", nil, mainMonitor, screenPositions.left, nil, nil },
{ "ForkLift", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Spotify", nil, mainMonitor, screenPositions.left, nil, nil },
{ "iTerm2", nil, mainMonitor, screenPositions.right, nil, nil },
{ "Messages", nil, mainMonitor, screenPositions.rightTop, nil, nil },
{ "Microsoft Teams", nil, mainMonitor, screenPositions.rightBottom, nil, nil },
{ "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Signal", nil, mainMonitor, screenPositions.rightBottom, nil, nil },
{ "Spotify", nil, mainMonitor, screenPositions.left, nil, nil },
{ "Telegram", nil, mainMonitor, screenPositions.rightTop, nil, nil },
{ "Microsoft Teams", nil, mainMonitor, screenPositions.rightBottom, nil, nil },
{ "iTerm2", nil, mainMonitor, screenPositions.right, nil, nil },
}
local layoutSingle = {
{ "Calendar", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Firefox", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "ForkLift", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Spotify", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "iTerm2", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Messages", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Microsoft Teams", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Signal", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Spotify", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Telegram", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Microsoft Teams", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "iTerm2", nil, laptopMonitor, screenPositions.full, nil, nil },
}
local appNames = {
"Calendar",
"Firefox",
"ForkLift",
"Spotify",
"iTerm",
"Messages",
"Microsoft Teams",
"Reminders",
"Signal",
"Spotify",
"Telegram",
"Microsoft Teams",
"iTerm",
}
-- Local helper functions

@ -8,8 +8,8 @@ brew tap homebrew/services
brew install clipper
brew install exa
brew install fzf
brew install glances
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac --with-rav1e
brew install htop
brew install jump
brew install lazygit
brew install nnn

Loading…
Cancel
Save