1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
.dotfiles/configs/openbox/rc.xml
2024-12-09 22:03:21 -05:00

11 lines
291 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="C-d">
<action name="Execute">
<command>rofi -show drun</command>
</action>
</keybind>
</keyboard>
</openbox_config>