Skip to content

Commit

Permalink
feat(macos): add default setting to allow moving window by dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed May 7, 2022
1 parent 7c5fb43 commit dfa5577
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion macos/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ execute() {

## General

# Allow moving window by dragging at any place
info "General - Allow moving window by dragging at any place"
defaults write -g NSWindowShouldDragOnGesture -bool true

# Set dark interface style"
info "Geneeral - Set Dark interface style"
info "General - Set Dark interface style"
defaults write NSGlobalDomain AppleInterfaceStyle -string "Dark"

## Desktop & Screensaver
Expand Down

0 comments on commit dfa5577

Please sign in to comment.