dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 27d3c8b6e55772d80a012c0bec8ef9c7b751f7e1
parent 93d0f9de7c2bd5038d6e5aa190d0af480cf7558e
Author: regexghost <dev@regexghost.com>
Date:   Sun, 31 May 2026 11:55:32 +0100

removed xkb ctrl+alt+arrows remapping, now done in st

Diffstat:
Mdotfiles/.bashrc | 2++
Mdotfiles/.config/nano/nanorc | 2+-
Ddotfiles/.config/xkb/keymap/mykbd | 8--------
Ddotfiles/.config/xkb/symbols/mysymbols | 19-------------------
Ddotfiles/.config/xkb/types/mytypes | 9---------
Mdotfiles/.vimrc | 0
Mdotfiles/.xinitrc | 3---
Mlists/dotfiles | 3---
Mother/Makefile | 2++
9 files changed, 5 insertions(+), 43 deletions(-)

diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc @@ -356,6 +356,8 @@ function archiveplaylist() { fi } +alias queue-vid='~/.config/newsraft/queue-vid.sh' + # Search commands alias hs='history' diff --git a/dotfiles/.config/nano/nanorc b/dotfiles/.config/nano/nanorc @@ -42,4 +42,4 @@ bind ^J speller main bind ^Z undo main bind ^Y redo main bind ^/ comment main - +bind ^A home main diff --git a/dotfiles/.config/xkb/keymap/mykbd b/dotfiles/.config/xkb/keymap/mykbd @@ -1,8 +0,0 @@ -# https://unix.stackexchange.com/questions/65434/map-superleftright-to-home-end/65923 -xkb_keymap { - xkb_keycodes { include "evdev+aliases(qwerty)" }; - xkb_types { include "complete+mytypes(ctrl_alt_level2)" }; - xkb_compat { include "complete" }; - xkb_symbols { include "pc+gb+inet(evdev)+mysymbols(ctrl_alt_arrows_mapping)" }; - xkb_geometry { include "pc(pc105)" }; -}; diff --git a/dotfiles/.config/xkb/symbols/mysymbols b/dotfiles/.config/xkb/symbols/mysymbols @@ -1,19 +0,0 @@ -partial modifier_keys -xkb_symbols "ctrl_alt_arrows_mapping" { - key <LEFT> { - type[Group1] = "CTRL_ALT_LEVEL2", - symbols[Group1] = [ Left, Home ] - }; - key <RGHT> { - type[Group1] = "CTRL_ALT_LEVEL2", - symbols[Group1] = [ Right, End ] - }; - key <DOWN> { - type[Group1] = "CTRL_ALT_LEVEL2", - symbols[Group1] = [ Down, Next ] - }; - key <UP> { - type[Group1] = "CTRL_ALT_LEVEL2", - symbols[Group1] = [ Up, Prior ] - }; -}; diff --git a/dotfiles/.config/xkb/types/mytypes b/dotfiles/.config/xkb/types/mytypes @@ -1,9 +0,0 @@ -partial -xkb_types "ctrl_alt_level2" { - type "CTRL_ALT_LEVEL2" { - modifiers= Control+Mod1; - map[Control+Mod1]= Level2; - level_name[Level1]= "Base"; - level_name[Level2]= "Ctrl+Alt"; - }; -}; diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc @@ -8,7 +8,4 @@ xset dpms 0 0 0 # Keyboard settings ~/.local/share/regexghost/wm-scripts/keyboard-settings.sh -# Ctrl+Alt+Arrows to Home, End, PageUp and PageDown -xkbcomp -I$XDG_CONFIG_HOME/xkb $XDG_CONFIG_HOME/xkb/keymap/mykbd $DISPLAY - #### Start Substitute - xinit script diff --git a/lists/dotfiles b/lists/dotfiles @@ -34,6 +34,3 @@ ~/.config/newsraft/bbc-news.sh ~/.config/newsraft/reddit-gallery.sh ~/.config/newsraft/article.sh -~/.config/xkb/types/mytypes -~/.config/xkb/keymap/mykbd -~/.config/xkb/symbols/mysymbols diff --git a/other/Makefile b/other/Makefile @@ -3,3 +3,5 @@ PREFIX="${XDG_DATA_HOME}/regexghost" normal: mkdir -p "${PREFIX}/terminal" cp ls_aliases.bash "${PREFIX}/terminal/ls_aliases.bash" + cp autocompletion.bash "${PREFIX}/terminal/autocompletion.bash" + sudo cp 50-inateck-touchpad.conf /etc/X11/xorg.conf.d/50-inateck-touchpad.conf