summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.org>2023-02-20 01:27:01 -0500
committerBenjamin Morrison <ben@gbmor.org>2023-02-20 01:27:01 -0500
commitc5bae0a85eccbfb07fa5b269b3e8d73e7a60bac4 (patch)
tree7c4bf9d45aa418a9c9e128e48a97c95e47a15c1c
parent88fb6eb07cae2b5ef069d35042ea78c59bde33db (diff)
downloaddogfiles-c5bae0a85eccbfb07fa5b269b3e8d73e7a60bac4.tar.gz
transparency and font change for urxvt. switch i3 bindings for terms.
-rw-r--r--.Xresources39
-rw-r--r--.config/i3/config4
2 files changed, 24 insertions, 19 deletions
diff --git a/.Xresources b/.Xresources
index 0f81ced..955a426 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,10 +1,9 @@
-XTerm*faceName: 'Fira Code'
+XTerm*faceName: 'JetBrains Mono'
 XTerm*faceSize: 8.5
 *background:                      #000000
 !*foreground:                      #657b83
 *foreground:			  #ffffff
 *cursorColor:                     #16A085
-
 !*color0:                          #232423
 !*color8:                          #282928
 !*color1:                          #BA2922
@@ -25,14 +24,33 @@ XTerm*faceSize: 8.5
 XTerm*utf8:	true
 XTerm*metaSendsEscape:	true
 
-URxvt.font: xft:Fira Code:size=8.5
+URxvt.font: xft:JetBrains Mono:size=8.5
 URxvt.depth:                      32
+URxvt.background: [85]#000000
 URxvt*scrollBar:                  false
 URxvt*mouseWheelScrollPage:       false
-URxvt*cursorBlink:                true
+URxvt*cursorBlink:                false
 URxvt*saveLines:                  5000
 URxvt*internalBorder: 5
 URxvt*geometry: 70x19
+URxvt.perl-ext-common: default,matcher
+URxvt.url-launcher: /usr/bin/xdg-open
+URxvt.matcher.button: 1
+
+! Normal copy-paste keybindings without perls
+URxvt.iso14755:                   false
+URxvt.keysym.Shift-Control-V:     eval:paste_clipboard
+URxvt.keysym.Shift-Control-C:     eval:selection_to_clipboard
+
+!Xterm escape codes, word by word movement
+URxvt.keysym.Control-Left:        \033[1;5D
+URxvt.keysym.Shift-Control-Left:  \033[1;6D
+URxvt.keysym.Control-Right:       \033[1;5C
+URxvt.keysym.Shift-Control-Right: \033[1;6C
+URxvt.keysym.Control-Up:          \033[1;5A
+URxvt.keysym.Shift-Control-Up:    \033[1;6A
+URxvt.keysym.Control-Down:        \033[1;5B
+URxvt.keysym.Shift-Control-Down:  \033[1;6B
 
 rofi.color-enabled: true
 rofi.color-window: #272827, #13bf9d, #13bf9d
@@ -50,16 +68,3 @@ rofi.padding: 5
 rofi.fixed-num-lines: true
 rofi.hide-scrollbar: true
 
-! Normal copy-paste keybindings without perls
-URxvt.iso14755:                   false
-URxvt.keysym.Shift-Control-V:     eval:paste_clipboard
-URxvt.keysym.Shift-Control-C:     eval:selection_to_clipboard
-!Xterm escape codes, word by word movement
-URxvt.keysym.Control-Left:        \033[1;5D
-URxvt.keysym.Shift-Control-Left:  \033[1;6D
-URxvt.keysym.Control-Right:       \033[1;5C
-URxvt.keysym.Shift-Control-Right: \033[1;6C
-URxvt.keysym.Control-Up:          \033[1;5A
-URxvt.keysym.Shift-Control-Up:    \033[1;6A
-URxvt.keysym.Control-Down:        \033[1;5B
-URxvt.keysym.Shift-Control-Down:  \033[1;6B
diff --git a/.config/i3/config b/.config/i3/config
index cf07dd1..d7fb54d 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -55,8 +55,8 @@ floating_modifier $mod
 bindsym $mod+m bar mode toggle
 
 # start a terminal
-bindsym $mod+Shift+Return exec xterm
-bindsym $mod+Return exec alacritty
+bindsym $mod+Shift+Return exec alacritty
+bindsym $mod+Return exec urxvt
 
 bindsym XF86AudioMute exec "amixer -D pulse sset Master toggle"
 bindsym XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-"