commit 2a4321ef79f62273bfc4955412886fb18ac0cb8c
parent b3c33daa7ba668c8ee427f6dc82c92f368829950
Author: evenfri <evenfri256@gmail.com>
Date: Wed, 2 Sep 2026 22:40:40 +0800
upate
Diffstat:
3 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/configs/bspwm b/configs/bspwm
@@ -3,7 +3,7 @@
bspc monitor DP-4 -d 1 2 3 4 5 6 7 8 9
bspc monitor HDMI-0 -d 10
-bspc config border_width 1
+bspc config border_width 2
bspc config window_gap 10
bspc config top_padding 0
bspc config bottom_padding 0
@@ -24,17 +24,17 @@ bspc rule -a '*:qemu:*' state=floating
bspc rule -a 'window' state=floating
# mouse settings
-xinput set-prop 8 "libinput Accel Profile Enabled" 0 1 0
-xinput set-prop 10 "libinput Accel Profile Enabled" 0 1 0
+xinput set-prop 13 "libinput Accel Profile Enabled" 0 1 0
"$dotfiles/bin/screenlayout" &
# background script
-# hsetroot -solid "#008080"
-feh --no-fehbg --bg-fill "$dotfiles/wallpapers/18.png"
+hsetroot -solid "#008080"
+# feh --no-fehbg --bg-fill "$dotfiles/wallpapers/18.png"
# bar script
-# "$dotfiles/bin/polybar"
+# "$dotfiles/bin/polybar_launch"
# compositor
-picom &
+killall picom
+#picom --config "$dotfiles/configs/picom" &
diff --git a/configs/sxhkd b/configs/sxhkd
@@ -1,6 +1,6 @@
# terminal
super + Return
- st
+ xterm
# close window
super + q
diff --git a/configs/xres b/configs/xres
@@ -1,2 +1,21 @@
Xcursor.theme: plan9
Xcursor.size: 24
+
+XTerm.vt100.faceName: PxPlus IBM VGA8:style=Regular:pixelsize=16:antialias=false
+XTerm*allowBoldFonts: false
+
+XTerm.termName: xterm-256color
+
+XTerm.vt100.scrollBar: false
+XTerm.vt100.scrollbar.width: 8
+XTerm.vt100.geometry: 80x25
+
+XTerm.vt100.foreground: white
+XTerm.vt100.background: black
+
+XTerm.vt100.selectToClipboard: true
+XTerm.vt100.cursorBlink: true
+
+XTerm.vt100.translations: #override \n\
+ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
+ Ctrl Shift <Key>V: insert-selection(CLIPBOARD)