summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-04 06:58:56 +0200
committernavewindre <boneyaard@gmail.com>2025-07-04 06:58:56 +0200
commit65288f936613d584acb0ee8f84d173f2fc406a6e (patch)
tree9cc6febe0a34947cbf3994616c5a4809e90af1b6
parentf435b6b31d2b96b1ecf5dc26326f54f908fb2c28 (diff)
a
-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>