Several minor changes
This commit is contained in:
parent
5cefdc9dbf
commit
f59cf568e1
@ -58,4 +58,4 @@ fi
|
||||
## 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'" &
|
||||
|
||||
bash -c "/home/$USER/.config/openbox/helper.sh" &
|
||||
bash -c "~/.config/openbox/helper.sh" &
|
||||
|
@ -581,7 +581,7 @@
|
||||
<menu id="applications-menu"/>
|
||||
<menu id="preferences-menu"/>
|
||||
<menu id="administration-menu"/>
|
||||
<!-- main menus miraculously stopped breaking Nov 5th 2018 :D-->
|
||||
<!-- main menus miraculously stopped breaking Nov 5th 2018 :D -->
|
||||
<separator/>
|
||||
<item label="lock">
|
||||
<action name="Execute">
|
||||
|
@ -443,7 +443,7 @@
|
||||
<!-- Firefox Dev private window (Win+Shift+W) -->
|
||||
<keybind key="W-S-w">
|
||||
<action name="Execute">
|
||||
<command>/home/fedora/Downloads/firefox-dev/firefox --private-window</command>
|
||||
<command>$HOME/Downloads/firefox-dev/firefox --private-window</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Firefox private window (Win+W) -->
|
||||
@ -1180,8 +1180,8 @@
|
||||
<position force="yes">
|
||||
<x>0</x>
|
||||
<y>-top</y>
|
||||
<!-- bottom/top not working so I used minus(-)top to reverse
|
||||
resulting placement and in effect display tint2 at the bottom-->
|
||||
<!-- bottom/top not working so I used minus(-)top to reverse the
|
||||
resulting placement and in effect display tint2 at the bottom -->
|
||||
</position>
|
||||
</application>
|
||||
</applications>
|
||||
|
Loading…
Reference in New Issue
Block a user