1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 11:49:33 +00:00
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-02-09 14:35:17 -05:00
parent 24184e7e4a
commit fc7daff183
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
9 changed files with 182 additions and 146 deletions

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE openbox_menu>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root" label="Menu">
<item label="Terminal emulator">

View file

@ -53,6 +53,11 @@
<command>rofi -show run -modes run</command>
</action>
</keybind>
<keybind key="A-question">
<action name="Execute">
<command>rofi -show pass -modes pass</command>
</action>
</keybind>
<keybind key="A-period">
<action name="Execute">
<command>rofi -show ssh -modes ssh</command>