summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xresources1
-rw-r--r--config/openbox/rc-templ.xml11
2 files changed, 9 insertions, 3 deletions
diff --git a/Xresources b/Xresources
index 3fc26c2..96cc87a 100644
--- a/Xresources
+++ b/Xresources
@@ -3,6 +3,7 @@ Xft.dpi:88
*.background: #000000
*.foreground: #ffffff
URxvt.font: xft:Px437 DOS/V re. JPN12:size=10
+URxvt.boldFont: xft:Px437 DOS/V re. JPN12:size=10
! black
*.color0: #000000
diff --git a/config/openbox/rc-templ.xml b/config/openbox/rc-templ.xml
index 5bec074..a0a12ff 100644
--- a/config/openbox/rc-templ.xml
+++ b/config/openbox/rc-templ.xml
@@ -322,7 +322,7 @@
<!-- Keybindings for running applications -->
<keybind key="W-t">
<action name="Execute">
- <command>xfce4-terminal</command>
+ <command>urxvt</command>
</action>
</keybind>
<keybind key="W-C-s">
@@ -330,6 +330,11 @@
<command>scrot -s -e 'xclip -selection clipboard -t image/png -i $f &amp;&amp; rm $f'</command>
</action>
</keybind>
+ <keybind key="Print">
+ <action name="Execute">
+ <command>scrot -e 'xclip -selection clipboard -t image/png -i $f &amp;&amp; rm $f'</command>
+ </action>
+ </keybind>
<keybind key="W-F11">
<action name="Execute">
<command>desktop-audio-record</command>
@@ -342,10 +347,10 @@
</keybind>
<keybind key="W-r">
<action name="Execute">
- <command>xfce4-appfinder -c</command>
+ <command>dmenu_run</command>
</action>
</keybind>
- <keybind key="A-C-S-h">
+ <keybind key="W-C-S-h">
<action name="Execute">
<command>hotkey-legend</command>
</action>