aboutsummaryrefslogtreecommitdiffstats
path: root/_config/openbox/rc.xml
diff options
context:
space:
mode:
Diffstat (limited to '_config/openbox/rc.xml')
-rw-r--r--_config/openbox/rc.xml33
1 files changed, 24 insertions, 9 deletions
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml
index d7398d7..d0de25b 100644
--- a/_config/openbox/rc.xml
+++ b/_config/openbox/rc.xml
@@ -383,25 +383,26 @@
<command>scrot -s -e 'mv $f ~/pictures'</command>
</action>
</keybind>
- <!-- Application launch -->
- <keybind key="W-f">
+ <!-- Launch applications -->
+ <keybind key="W-t">
<action name="Execute">
- <command>thunar</command>
+ <command>sh -c 'urxvtc || urxvt || x-terminal-emulator'</command>
</action>
</keybind>
- <keybind key="W-k">
+ <!-- Quake-like terminal -->
+ <keybind key="W-grave">
<action name="Execute">
- <command>xkill</command>
+ <command>~/.config/openbox/scripts/urxvtq.sh</command>
</action>
</keybind>
- <keybind key="W-t">
+ <keybind key="W-f">
<action name="Execute">
- <command>urxvtc || urxvt || x-terminal-emulator</command>
+ <command>thunar</command>
</action>
</keybind>
- <keybind key="W-Enter">
+ <keybind key="W-k">
<action name="Execute">
- <command>urxvtc || urxvt || x-terminal-emulator</command>
+ <command>xkill</command>
</action>
</keybind>
<keybind key="C-A-Delete">
@@ -956,6 +957,20 @@
# end of the example
-->
+
+ <!-- Quake-like terminal with urxvt -->
+ <application name="urxvtq">
+ <decor>no</decor>
+ <position force="yes">
+ <x>center</x>
+ <y>0</y>
+ </position>
+ <desktop>all</desktop>
+ <layer>above</layer>
+ <skip_pager>yes</skip_pager>
+ <skip_taskbar>yes</skip_taskbar>
+ <maximized>Horizontal</maximized>
+ </application>
</applications>
</openbox_config>