commit 62779dc27f532185833e435307b2ca3ad5bfec69
parent 90ca0e3e420037976a7567f6bac36b367693fb14
Author: regexghost <dev@regexghost.com>
Date: Wed, 8 Jul 2026 12:39:17 +0100
minor changes and changed key remapping
Diffstat:
5 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/apt-install.sh b/apt-install.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-sudo apt install curl wget golang xorg xinit x11-xserver-utils bluetooth unzip git firefox mpv vlc tar moc fasd fonts-roboto fonts-firacode figlet jq xcompmgr picom trash-cli ncdu pulsemixer feh moc-ffmpeg-plugin keepassxc-full fzf libnotify-bin dunst texinfo xmlstarlet duf gh tidy w3m bluetooth xclip wbritish wbritish-huge rsync
+sudo apt install curl wget golang xorg xinit x11-xserver-utils bluetooth unzip git firefox mpv vlc tar moc fasd fonts-roboto fonts-firacode figlet jq xcompmgr picom trash-cli ncdu pulsemixer feh moc-ffmpeg-plugin keepassxc-full fzf libnotify-bin dunst texinfo xmlstarlet duf gh tidy w3m bluetooth xclip wbritish wbritish-huge rsync pup rename
diff --git a/dotfiles/.kshrc b/dotfiles/.kshrc
@@ -85,6 +85,7 @@ alias pong='ping -c 2 -W 2'
alias wp='feh --bg-fill --no-fehbg ~/.config/regexghost/wallpaper.jpg'
alias capture-window='echo "Focus window to capture" && sleep 1 && id="$(xdotool getactivewindow)" && echo "Got id" && sleep 1 && import -frame -window "$id"'
alias da='download-vids && download-pods'
+alias wb='~/Programs/websites/personal-website/scripts/build.sh'
# Bug todo
diff --git a/jwm/.config/jwm/jwmrc b/jwm/.config/jwm/jwmrc
@@ -173,6 +173,7 @@
<Key mask="4S" key="Return">exec:xterm</Key>
<Key mask="4" key="b">exec:st -t btop -e btop</Key>
<Key mask="4" key="w">exec:netsurf-gtk</Key>
+ <Key mask="4S" key="w">exec:firefox</Key>
<Key mask="4" key="n">exec:st -t nethogs -e nethogs</Key>
<Key mask="4" key="u">exec:st -t cava -e cava</Key>
<Key mask="4" key="c">exec:st -t qalc -e qalc</Key>
diff --git a/other/Xmodmap b/other/Xmodmap
@@ -1,8 +1,8 @@
keycode 8 =
keycode 9 = Escape NoSymbol Escape
-keycode 10 = 1 bar 1 bar onesuperior exclamdown onesuperior
+keycode 10 = 1 exclam 1 exclam onesuperior exclamdown onesuperior
keycode 11 = 2 quotedbl 2 quotedbl twosuperior oneeighth twosuperior
-keycode 12 = 3 sterling 3 sterling threesuperior sterling threesuperior
+keycode 12 = 3 bar 3 bar threesuperior sterling threesuperior
keycode 13 = 4 dollar 4 dollar EuroSign onequarter EuroSign
keycode 14 = 5 percent 5 percent onehalf threeeighths onehalf
keycode 15 = 6 asciicircum 6 asciicircum threequarters fiveeighths threequarters
@@ -84,7 +84,7 @@ keycode 90 = KP_Insert KP_0 KP_Insert KP_0
keycode 91 = KP_Delete KP_Decimal KP_Delete KP_Decimal
keycode 92 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift
keycode 93 =
-keycode 94 = notsign exclam notsign exclam bar brokenbar bar
+keycode 94 = notsign sterling notsign sterling bar brokenbar bar
keycode 95 = F11 F11 F11 F11 F11 F11 XF86Switch_VT_11
keycode 96 = F12 F12 F12 F12 F12 F12 XF86Switch_VT_12
keycode 97 =
diff --git a/wm-scripts/keyboard-settings.sh b/wm-scripts/keyboard-settings.sh
@@ -6,5 +6,5 @@ xset r rate 200 40
# Caps lock -> Escape
setxkbmap -option caps:escape
-# Remap some keys (currently swapping ¬ and \, ! and |)
-xmodmap "$XDG_DATA_HOME/wm-scripts/Xmodmap"
+# Remap some keys (currently swapping ¬ and \, £ and |)
+xmodmap "$XDG_DATA_HOME/regexghost/wm-scripts/Xmodmap"