Skip to content

Commit 45f3e2a

Browse files
committed
various additions
1 parent 2d75ca3 commit 45f3e2a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

tinywin11/quick_launch.pson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# encoding=utf-8
22
[
3+
["Show Desktop", "python:main.toggle_toplevel_windows()", 35],
34
["Explorer++", "%PROGRAMS%\\Explorer++\\Explorer++.exe"],
45
["CMD", "%windir%\\System32\\cmd.exe"],
56
["PowerShell", "%windir%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"],

tinywin11/start_menu.pson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"-",
4646
["Run...", "python:main.show_run_dialog()", 25],
4747
"-",
48-
["Reboot", "python:main.reboot()", 290],
49-
["Shutdown", "python:main.shutdown()", 28],
48+
["Reboot", "python:main.shutdown_restart()", 290],
49+
["Shutdown", "python:main.shutdown_shutdown()", 28],
5050
]

userprofile/AppData/start_menu.pson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@
153153
"-",
154154
["Run...", "python:main.show_run_dialog()", 25],
155155
"-",
156-
["Reboot", "python:main.reboot()", 290],
157-
["Shutdown", "python:main.shutdown()", 28],
156+
["Reboot", "python:main.shutdown_restart()", 290],
157+
["Shutdown", "python:main.shutdown_shutdown()", 28],
158158
]

0 commit comments

Comments
 (0)