rc.xml (fatfingers)

fatfinger what have you done
master
dan 2022-11-20 15:42:15 +01:00
parent 7863c42dbc
commit 774b0883c6
1 changed files with 45 additions and 0 deletions

45
rc.xml 100644
View File

@ -0,0 +1,45 @@
<?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>