updates to Openbox config
* switched to j4-dmenu-desktop * removed everything from openbox autostart
This commit is contained in:
parent
fc6b23ba8e
commit
966c36f775
2 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,2 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
$HOME/.local/bin/autostart &
|
$HOME/.local/bin/autostart &
|
||||||
sleep 5
|
|
||||||
pcmanfm-qt --desktop &
|
|
||||||
stalonetray &
|
|
||||||
dunst &
|
|
||||||
lxqt-powermanagement &
|
|
||||||
latte-dock &
|
|
||||||
chrome --no-startup-window &
|
|
||||||
|
|
|
@ -272,9 +272,11 @@
|
||||||
<to>5</to>
|
<to>5</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<!--
|
||||||
<keybind key="W-space">
|
<keybind key="W-space">
|
||||||
<action name="ToggleShowDesktop"/>
|
<action name="ToggleShowDesktop"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
-->
|
||||||
<!-- Keybindings for windows -->
|
<!-- Keybindings for windows -->
|
||||||
<keybind key="A-F4">
|
<keybind key="A-F4">
|
||||||
<action name="Close"/>
|
<action name="Close"/>
|
||||||
|
@ -376,7 +378,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-d">
|
<keybind key="W-d">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>dmenu_run -fn 'Hack-9' -sb '#586e75' -sf '#eee8d5' -nb '#eee8d5' -nf '#586e75'</command>
|
<command>j4-dmenu-desktop --dmenu="dmenu -i -sf '#002b36' -sb '#839496' -nf '#839496' -nb '#002b36' -fn 'Hack-9'"</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-c">
|
<keybind key="W-S-c">
|
||||||
|
|
Loading…
Add table
Reference in a new issue