Popular Mac app 'Bartender' acquired by new unknown developer
91–100 of 151 posts
Re: Popular Mac app 'Bartender' acquired by new unknown developer
#92Earlier quoted context omitted.
I’ve tried switching from Windows to MacOS three times over the past few years and each time I run up against the wall of having to research, choose and purchase small utilities to fix things that I never in a million years would’ve guessed would be an issue. Windows management. File handler. Menu bar organizers. The list goes on.
If you hold down an alphanumeric key in MacOS, it automatically pops up an emoji selector. This is fine, except if you are someone (like me) who occasionally holds down keys to take advantage of key repeat _and_ uses vim keybindings in a few specific non-terminal applications. There is no GUI to disable this behavior, you have to drop to a terminal, run a command, and then reboot the machine. This is the example I no…
Also, you don't need to reboot after toggling ApplePressAndHoldEnabled, but you do need to restart apps.
Re: Popular Mac app 'Bartender' acquired by new unknown developer
#93Re: Popular Mac app 'Bartender' acquired by new unknown developer
#94I got a new Mac recently, had run Bartender in the past and decided to but the newest version without checking it out first. I was surprised to see the screen recording permission. This was 12 days ago. I wrote support saying: > I think screen recording is too much of a privacy and security concern. > Even if you have no bad intentions, if someone compromises your security, they have access to an app that I've allowe…
Re: Popular Mac app 'Bartender' acquired by new unknown developer
#95Use Ice instead: https://github.com/jordanbaird/Ice
Re: Popular Mac app 'Bartender' acquired by new unknown developer
#96Earlier quoted context omitted.
> > Future plans for the app remain unknown Also, this doesn't seem to be true anymore, the new owners did outline some future plans: > [...] We've collaborated closely with Ben to understand his vision for Bartender. Our goal is to implement many of the improvements he had planned and address any reported bugs from the past few months to enhance Bartender's performance. [...] https://old.reddit.com/r/macapps/comment…
Only if "Ordinary_Delivery_79" is real new owner…
Re: Popular Mac app 'Bartender' acquired by new unknown developer
#97Earlier quoted context omitted.
I’ve tried switching from Windows to MacOS three times over the past few years and each time I run up against the wall of having to research, choose and purchase small utilities to fix things that I never in a million years would’ve guessed would be an issue. Windows management. File handler. Menu bar organizers. The list goes on.
If you hold down an alphanumeric key in MacOS, it automatically pops up an emoji selector. This is fine, except if you are someone (like me) who occasionally holds down keys to take advantage of key repeat _and_ uses vim keybindings in a few specific non-terminal applications. There is no GUI to disable this behavior, you have to drop to a terminal, run a command, and then reboot the machine. This is the example I no…
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
and while you're here, check out these other fixes:expand the save dialog by default:
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
don't save .DS_Store to network locations defaults write com.apple.desktopservices DSDontWriteNetworkStores true
bring up the hidden dock faster defaults write com.apple.dock autohide-time-modifier -float 0.15;
Shut up gatekeeper spctl --master-disable
I had almost forgotten how much annoying manual fixes you need to make this system usable, until I went through my notes...Re: Popular Mac app 'Bartender' acquired by new unknown developer
#98Re: Popular Mac app 'Bartender' acquired by new unknown developer
#99Apple really needs to just build this functionality into macOS already. You shouldn't need to pay someone else to shove icons into a drawer. And on the new MacBooks with a notch through the center of the menu bar, it always seems like the icons on the right and the menus for the focused app on the left are ever encroaching towards that space.
I’ve tried switching from Windows to MacOS three times over the past few years and each time I run up against the wall of having to research, choose and purchase small utilities to fix things that I never in a million years would’ve guessed would be an issue. Windows management. File handler. Menu bar organizers. The list goes on.
Re: Popular Mac app 'Bartender' acquired by new unknown developer
#100Earlier quoted context omitted.
If you hold down an alphanumeric key in MacOS, it automatically pops up an emoji selector. This is fine, except if you are someone (like me) who occasionally holds down keys to take advantage of key repeat _and_ uses vim keybindings in a few specific non-terminal applications. There is no GUI to disable this behavior, you have to drop to a terminal, run a command, and then reboot the machine. This is the example I no…
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false and while you're here, check out these other fixes: expand the save dialog by default: defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true don't save .DS_Store to network locations defaults write com.apple.desktopservices DSDontWriteNetworkStores true…