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/rc.xml | |
parent | ede22de2b50b0a5dddb372e8c632bb38961dbbb6 (diff) |
fixed the TS menu
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 2fe483d..8e4cea9 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -154,7 +154,7 @@ Many programs reserve space automatically, but you can use this in other cases. --> <margins> - <top>0</top> + <top>35</top> <bottom>0</bottom> <left>0</left> <right>0</right> @@ -191,7 +191,7 @@ </keybind> <keybind key="W-S-Return"> <action name="execute"> - <command>scrot /home/zt/Media/Screenshots/Screenshot-%Y-%d-%m--%T.png</command> + <command>scrot /home/zt/Media/Screenshots/Screenshot-%m-%d-%Y-%T.png</command> <startupnotify> <enabled>yes</enabled> </startupnotify> |