Skip to content

Commit

Permalink
chore: format launcher_config
Browse files Browse the repository at this point in the history
  • Loading branch information
boomker committed Jun 5, 2024
1 parent bfa6098 commit 0b2c426
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions lua/launcher_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,23 @@ local commands = {
["tc终端命令4"] = {
["action"] = "exec",
["items"] = {
["部署Rime1"] = "/Library/Input Methods/Squirrel.app/Contents/MacOS/squirrel --reload",
["r同步Rime2"] = "/Library/Input Methods/Squirrel.app/Contents/MacOS/squirrel --sync",
["s立即屏保3"] = [[osascript -e 'tell application "System Events" to start current screen saver']],
["l系统明暗模式4"] = [[osascript -e \
["部署Rime1"] = "/Library/Input Methods/Squirrel.app/Contents/MacOS/squirrel --reload",
["r同步Rime2"] = "/Library/Input Methods/Squirrel.app/Contents/MacOS/squirrel --sync",
["s立即屏保3"] = [[osascript -e 'tell application "System Events" to start current screen saver']],
["l系统明暗模式4"] = [[osascript -e \
'tell application "System Events" to tell appearance preferences to set dark mode to not dark mode']],
["b部署Fcitx5"] =
"/Library/Input Methods/Fcitx5.app/Contents/bin/fcitx5-curl /config/addon/rime/deploy -X POST -d '{}'",
["f同步Fcitx6"] =
"/Library/Input Methods/Fcitx5.app/Contents/bin/fcitx5-curl /config/addon/rime/sync -X POST -d '{}'",
["h隐藏桌面图标7"] = "defaults write com.apple.finder CreateDesktop false && killall Finder",
["i显示桌面图标8"] = "defaults write com.apple.finder CreateDesktop true && killall Finder",
["x立即熄屏9"] = "pmset displaysleepnow",
["w窗口智能拖拽10"] = "defaults write -g NSWindowShouldDragOnGesture -bool true",
["ODock栏隐藏11"] = "defaults write com.apple.dock autohide -int 1 && killall Dock",
["Dock栏显示12"] = "defaults write com.apple.dock autohide -int 0 && killall Dock",
["a显示所有文件13"] = "defaults write com.apple.finder AppleShowAllFiles -bool true",
["m鼠标自然滚动14"] = "defaults write com.apple.AppleMultitouchMouse MouseWheels -int 1",
["t触控板自然滚动15"] = "defaults write com.apple.AppleMultitouchTrackpad MouseWheels -int 1",
["c刷新DNS缓存16"] = "dscacheutil -flushcache"
["b部署Fcitx5"] = "/Library/Input Methods/Fcitx5.app/Contents/bin/fcitx5-curl /config/addon/rime/deploy -X POST -d '{}'",
["f同步Fcitx6"] = "/Library/Input Methods/Fcitx5.app/Contents/bin/fcitx5-curl /config/addon/rime/sync -X POST -d '{}'",
["h隐藏桌面图标7"] = "defaults write com.apple.finder CreateDesktop false && killall Finder",
["i显示桌面图标8"] = "defaults write com.apple.finder CreateDesktop true && killall Finder",
["x立即熄屏9"] = "pmset displaysleepnow",
["w窗口智能拖拽10"] = "defaults write -g NSWindowShouldDragOnGesture -bool true",
["ODock栏隐藏11"] = "defaults write com.apple.dock autohide -int 1 && killall Dock",
["Dock栏显示12"] = "defaults write com.apple.dock autohide -int 0 && killall Dock",
["a显示所有文件13"] = "defaults write com.apple.finder AppleShowAllFiles -bool true",
["m鼠标自然滚动14"] = "defaults write com.apple.AppleMultitouchMouse MouseWheels -int 1",
["t触控板自然滚动15"] = "defaults write com.apple.AppleMultitouchTrackpad MouseWheels -int 1",
["c刷新DNS缓存16"] = "dscacheutil -flushcache",
},
},
["fp常用文件夹5"] = {
Expand Down

0 comments on commit 0b2c426

Please sign in to comment.