diff options
author | Joe <rrbo@proton.me> | 2023-01-09 16:52:45 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-09 16:52:45 +0100 |
commit | 0609fa041064c3f0fac3f812d055e01c348ef584 (patch) | |
tree | 9b32597e9ebf99cb0e39e8b8d522b0239f00024b /.config/openbox/rc.xml | |
parent | update (diff) | |
download | dotfiles-bsd-0609fa041064c3f0fac3f812d055e01c348ef584.tar.gz dotfiles-bsd-0609fa041064c3f0fac3f812d055e01c348ef584.tar.bz2 dotfiles-bsd-0609fa041064c3f0fac3f812d055e01c348ef584.tar.xz dotfiles-bsd-0609fa041064c3f0fac3f812d055e01c348ef584.tar.zst dotfiles-bsd-0609fa041064c3f0fac3f812d055e01c348ef584.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/rc.xml | 60 |
1 files changed, 35 insertions, 25 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 1363e45..567ca30 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> </placement> <theme> - <name>TraditionalOk</name> + <name>Clearlooks</name> <titleLayout>SNLIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. @@ -57,57 +57,57 @@ <keepBorder>yes</keepBorder> <animateIconify>yes</animateIconify> <font place="ActiveWindow"> - <name>sans</name> - <size>8</size> + <name>Cantarell Medium</name> + <size>11</size> <!-- font size in points --> - <weight>bold</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="InactiveWindow"> - <name>sans</name> - <size>8</size> + <name>Cantarell Medium</name> + <size>11</size> <!-- font size in points --> - <weight>bold</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="MenuHeader"> - <name>sans</name> - <size>9</size> + <name>Cantarell Medium</name> + <size>14</size> <!-- font size in points --> - <weight>normal</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="MenuItem"> - <name>sans</name> - <size>9</size> + <name>Cantarell Medium</name> + <size>14</size> <!-- font size in points --> - <weight>normal</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="ActiveOnScreenDisplay"> - <name>sans</name> - <size>9</size> + <name>Cantarell Medium</name> + <size>11</size> <!-- font size in points --> - <weight>bold</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="InactiveOnScreenDisplay"> - <name>sans</name> - <size>9</size> + <name>Cantarell Medium</name> + <size>11</size> <!-- font size in points --> - <weight>bold</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> </theme> @@ -369,6 +369,16 @@ </action> </keybind> <!-- Keybindings for running applications --> + <keybind key="W-C-S-p"> + <action name="Execute"> + <command>/home/jozan/.local/bin/dmpass --full</command> + </action> + </keybind> + <keybind key="W-C-p"> + <action name="Execute"> + <command>/home/jozan/.local/bin/dmpass</command> + </action> + </keybind> <keybind key="W-p"> <action name="Execute"> <startupnotify> |