diff options
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/autostart | 1 | ||||
-rw-r--r-- | .config/openbox/menu.xml | 6 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart new file mode 100644 index 0000000..6b9aff7 --- /dev/null +++ b/.config/openbox/autostart @@ -0,0 +1 @@ +polybar mybar & 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> 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> |