Several minor changes

This commit is contained in:
surtur 2019-09-25 00:40:59 +02:00
parent 5cefdc9dbf
commit f59cf568e1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 5 additions and 5 deletions

@ -58,4 +58,4 @@ fi
## enable xautolock to automatically lock the screen after 15 minutes of inactivity ## enable xautolock to automatically lock the screen after 15 minutes of inactivity
xautolock -time 15 -locker ".config/openbox/locker.sh" -detectsleep -notify 60 -notifier "notify-send -t 30000 -i "/usr/share/pixmaps/fedora-logo-sprite.png" 'Screen locker' 'Locking screen in less than one minute'" & xautolock -time 15 -locker ".config/openbox/locker.sh" -detectsleep -notify 60 -notifier "notify-send -t 30000 -i "/usr/share/pixmaps/fedora-logo-sprite.png" 'Screen locker' 'Locking screen in less than one minute'" &
bash -c "/home/$USER/.config/openbox/helper.sh" & bash -c "~/.config/openbox/helper.sh" &

@ -581,7 +581,7 @@
<menu id="applications-menu"/> <menu id="applications-menu"/>
<menu id="preferences-menu"/> <menu id="preferences-menu"/>
<menu id="administration-menu"/> <menu id="administration-menu"/>
<!-- main menus miraculously stopped breaking Nov 5th 2018 :D--> <!-- main menus miraculously stopped breaking Nov 5th 2018 :D -->
<separator/> <separator/>
<item label="lock"> <item label="lock">
<action name="Execute"> <action name="Execute">

@ -443,7 +443,7 @@
<!-- Firefox Dev private window (Win+Shift+W) --> <!-- Firefox Dev private window (Win+Shift+W) -->
<keybind key="W-S-w"> <keybind key="W-S-w">
<action name="Execute"> <action name="Execute">
<command>/home/fedora/Downloads/firefox-dev/firefox --private-window</command> <command>$HOME/Downloads/firefox-dev/firefox --private-window</command>
</action> </action>
</keybind> </keybind>
<!-- Firefox private window (Win+W) --> <!-- Firefox private window (Win+W) -->
@ -1180,8 +1180,8 @@
<position force="yes"> <position force="yes">
<x>0</x> <x>0</x>
<y>-top</y> <y>-top</y>
<!-- bottom/top not working so I used minus(-)top to reverse <!-- bottom/top not working so I used minus(-)top to reverse the
resulting placement and in effect display tint2 at the bottom--> resulting placement and in effect display tint2 at the bottom -->
</position> </position>
</application> </application>
</applications> </applications>