diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-09 04:28:16 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-09 04:28:16 +0530 |
commit | bce7b9937096217e6e051ae9d9c2db6e4e847bc8 (patch) | |
tree | c97f93fc8e91b163a9910001bf026a7472c739a9 /.config/openbox/menu.xml | |
parent | ede22de2b50b0a5dddb372e8c632bb38961dbbb6 (diff) |
fixed the TS menu
Diffstat (limited to '.config/openbox/menu.xml')
-rw-r--r-- | .config/openbox/menu.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index d12a5b8..7ea7699 100644 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -180,7 +180,7 @@ </startupnotify> </action> </item> - <item id="blueman" label="pavucontrol"> + <item id="blueman" label="blueman"> <action name="Execute"> <command>blueman-manager</command> <startupnotify> @@ -236,7 +236,7 @@ <separator/> <item id="section-screenshot" label="Section Screenshot"> <action name="Execute"> - <command>scrot -s /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png</command> + <command>scrot -s /zt/Screenshots/Screenshot-%m-%d-%Y-%T.png</command> <startupnotify> <enabled>yes</enabled> </startupnotify> @@ -244,7 +244,7 @@ </item> <item id="full-screenshot" label="Screenshot"> <action name="Execute"> - <command>scrot /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png</command> + <command>scrot /zt/Screenshots/Screenshot-%m-%d-%Y-%T.png</command> <startupnotify> <enabled>yes</enabled> </startupnotify> |