diff options
Diffstat (limited to '.config/openbox')
| -rw-r--r-- | .config/openbox/rc.xml | 123 |
1 files changed, 61 insertions, 62 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 7072944..97d8a43 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> </placement> <theme> - <name>Blocks</name> + <name>Blocks-Dark</name> <titleLayout>NLIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. @@ -175,46 +175,46 @@ </dock> <keyboard> <chainQuitKey>C-g</chainQuitKey> - <!-- Keybindings for window tiling --> - <keybind key="W-Up"> - <action name="ToggleMaximize" /> - </keybind> - <keybind key="W-A-Up"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>0</x> - <y>0</y> - <width>100%</width> - <height>50%</height> - </action> - </keybind> - <keybind key="W-A-Right"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>-0</x> - <y>0</y> - <width>50%</width> - <height>100%</height> - </action> - </keybind> - <keybind key="W-A-Down"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>0</x> - <y>-0</y> - <width>100%</width> - <height>50%</height> - </action> - </keybind> - <keybind key="W-A-Left"> - <action name="Unmaximize" /> - <action name="MoveResizeTo"> - <x>0</x> - <y>0</y> - <width>50%</width> - <height>100%</height> - </action> - </keybind> + <!-- Keybindings for window tiling --> + <keybind key="W-Up"> + <action name="ToggleMaximize"/> + </keybind> + <keybind key="W-A-Up"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>0</y> + <width>100%</width> + <height>50%</height> + </action> + </keybind> + <keybind key="W-A-Right"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>-0</x> + <y>0</y> + <width>50%</width> + <height>100%</height> + </action> + </keybind> + <keybind key="W-A-Down"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>-0</y> + <width>100%</width> + <height>50%</height> + </action> + </keybind> + <keybind key="W-A-Left"> + <action name="Unmaximize"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>0</y> + <width>50%</width> + <height>100%</height> + </action> + </keybind> <!-- Keybindings for running applications --> <keybind key="XF86MonBrightnessUp"> <action name="Execute"> @@ -240,7 +240,7 @@ <enabled>false</enabled> <name>Toggle desktop</name> </startupnotify> - <command>~/.a/toggle-desktop.sh</command> + <command>~/.a/toggle-desktop.sh</command> </action> </keybind> <keybind key="W-L"> @@ -249,7 +249,7 @@ <enabled>false</enabled> <name>Lock screen</name> </startupnotify> - <command>~/.a/sys/lock.sh now</command> + <command>~/.a/sys/lock.sh now</command> </action> </keybind> <keybind key="Print"> @@ -288,11 +288,11 @@ <command>jgmenu_run</command> </action> </keybind> - <keybind key="W-x"> - <action name="Execute"> - <command>wmctrl -x -a xed -b toggle,hidden</command> - </action> - </keybind> + <keybind key="W-x"> + <action name="Execute"> + <command>wmctrl -x -a xed -b toggle,hidden</command> + </action> + </keybind> <keybind key="C-A-T"> <action name="Execute"> <startupnotify> @@ -802,20 +802,19 @@ <!-- show the manage desktops section in the client-list-(combined-)menu --> </menu> <applications> - <application title="xed"> - <decor>no</decor> - - <position force="no"> - <x>-108</x> - <y>center</y> - </position> - <size> - <width>20%</width> - <height>100%</height> - </size> - <skip_taskbar>yes</skip_taskbar> - <layer>above</layer> - </application> + <application title="xed"> + <decor>no</decor> + <position force="no"> + <x>-108</x> + <y>center</y> + </position> + <size> + <width>20%</width> + <height>100%</height> + </size> + <skip_taskbar>yes</skip_taskbar> + <layer>above</layer> + </application> <!-- # this is an example with comments through out. use these to make your # own rules, but without the comments of course. |
