From 5d80dbb1ca96a6bde8a781f0800fa6fea38ad36d Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 10 Apr 2024 18:59:38 -0500 Subject: [PATCH 1/4] modify xset rate to reduce key repeats --- builds/utils/sh/disp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/utils/sh/disp b/builds/utils/sh/disp index adef3bd..2ce2156 100755 --- a/builds/utils/sh/disp +++ b/builds/utils/sh/disp @@ -20,7 +20,7 @@ keyboard () { xcape -e 'Super_L=Escape' xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock xset -r 161 # tablet rotate key doesn't need repeat - xset r rate 200 40 + xset r rate 200 80 } find_card_pci() { From ffc00b80b829ac6170dedce9eb6e4c47cd329182 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 10 Apr 2024 19:20:09 -0500 Subject: [PATCH 2/4] major changes to bashrc This patch: - improves the ctrl+r recollection mechanism - sets vi mode on shell startup --- .config/bash/bashrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 4dc8c12..4fa8d0f 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -2,8 +2,22 @@ # some housekeeping shopt -s autocd +set -o vi # vim mode alias ls="ls --color=auto" alias ll="ls -lah --color=auto" +function cd() { + builtin cd "$@" && ls --color=auto +} + +# history +HISTCONTROL=ignorespace:ignoredups:erasedups +HISTFILESIZE=9999999999 +HISTSIZE=9999999999 + +shopt -s cmdhist +shopt -s histreedit +shopt -s histappend +shopt -s histverify PS1="\h:\w\$ " From fa92bbee830f371c2769f05ced249515dff6bd49 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 10 Apr 2024 21:19:25 -0500 Subject: [PATCH 3/4] fix window border inconsistencies across monitors, there an active monitor for each one. now, there's only one active monitor displayed. --- .config/bspwm/bspwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 85df135..0d5fe61 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -14,7 +14,7 @@ bspc rule -a steam desktop=1 bspc rule -a discord desktop=2 bspc config normal_border_color "#161510" -bspc config active_border_color "#727A18" +bspc config active_border_color "#161510" bspc config focused_border_color "#727A18" bspc config pointer_follows_focus true From 7de996bb25694e324e5be0b8e4526481a3830f88 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sat, 13 Apr 2024 13:53:11 -0500 Subject: [PATCH 4/4] add ledger to package list to x230t and mlg --- boxes/mlg/default.nix | 1 + boxes/x230t/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/boxes/mlg/default.nix b/boxes/mlg/default.nix index 948985a..2a9df2f 100644 --- a/boxes/mlg/default.nix +++ b/boxes/mlg/default.nix @@ -26,6 +26,7 @@ thunderbird libreoffice texliveMedium + ledger ]; services.hardware.bolt.enable = true; # thunderbolt support diff --git a/boxes/x230t/default.nix b/boxes/x230t/default.nix index c85a5d8..e60a301 100644 --- a/boxes/x230t/default.nix +++ b/boxes/x230t/default.nix @@ -24,6 +24,7 @@ ecryptfs ffmpeg thunderbird + ledger ]; hardware.bluetooth = {