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\$ " 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 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 = { 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() {