mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
openbox
This commit is contained in:
parent
42c22825ca
commit
2185a330b0
3 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
tint2 &
|
||||
xcompmgr &
|
||||
nitrogen --restore
|
||||
xrandr --output eDP --auto --output HDMI-A-0 --primary --left-of eDP
|
||||
xrandr --output eDP --auto --output HDMI-A-0 --mode 1920x1080 --rate 144 --primary --left-of eDP
|
||||
xbindkeys
|
||||
|
|
5
.config/openbox/autostartdupmon
Normal file
5
.config/openbox/autostartdupmon
Normal file
|
@ -0,0 +1,5 @@
|
|||
tint2 &
|
||||
xcompmgr &
|
||||
nitrogen --restore
|
||||
xrandr --output eDP --auto --primary --output HDMI-A-0 --same-as eDP
|
||||
xbindkeys
|
|
@ -18,6 +18,12 @@
|
|||
<item label="PollyMC">
|
||||
<action name="Execute"><command>pollymc</command></action>
|
||||
</item>
|
||||
<item label="Steam">
|
||||
<action name="Execute"><command>steam</command></action>
|
||||
</item>
|
||||
<item label="Lutris">
|
||||
<action name="Execute"><command>flatpak run net.lutris.Lutris</command></action>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
<menu id="apps-term-menu" label="Terminals">
|
||||
|
|
Loading…
Reference in a new issue