1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
.dotfiles/configs/openbox/rc.xml
2024-12-10 16:14:16 -05:00

11 lines
336 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<keyboard>
<keybind key="A-d">
<action name="Execute">
<command>rofi -show combi -modes combi -combi-modes "window,drun,run"</command>
</action>
</keybind>
</keyboard>
</openbox_config>