You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
<?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>
|
|
<chainQuitKey>C-g</chainQuitKey>
|
|
<!-- Keybindings for desktop switching -->
|
|
<keybind key="C-A-Left">
|
|
<action name="GoToDesktop">
|
|
<to>left</to>
|
|
<wrap>no</wrap>
|
|
</action>
|
|
</keybind>
|
|
<keybind key="C-A-Right">
|
|
<action name="GoToDesktop">
|
|
<to>right</to>
|
|
<wrap>no</wrap>
|
|
</action>
|
|
</keybind>
|
|
<keybind key="C-A-Up">
|
|
<action name="ToggleMaximize">
|
|
<to>up</to>
|
|
<wrap>no</wrap>
|
|
</action>
|
|
</keybind>
|
|
<keybind key="C-A-Down">
|
|
<action name="ToggleMaximize">
|
|
<to>down</to>
|
|
<wrap>no</wrap>
|
|
</action>
|
|
</keybind>
|
|
<keybind key="C-A-Return">
|
|
<action name="Execute">
|
|
<command>/home/dan/bin/dmenu-bind.sh</command>
|
|
</action>
|
|
</keybind>
|
|
<!-- Keybinding for pc's w/o super key -->
|
|
<keybind key="C-A-t">
|
|
<action name="Execute">
|
|
<startupnotify>
|
|
<enabled>true</enabled>
|
|
<name>Terminator</name>
|
|
</startupnotify>
|
|
<command>terminator</command>
|
|
</action>
|
|
</keybind>
|
|
</openbox_config> |