Compare commits

..

No commits in common. "fa92bbee830f371c2769f05ced249515dff6bd49" and "b7d5dff2e4e1e5dac4fb7e99dba6dcd873a44d52" have entirely different histories.

3 changed files with 2 additions and 16 deletions

View File

@ -2,22 +2,8 @@
# some housekeeping # some housekeeping
shopt -s autocd shopt -s autocd
set -o vi # vim mode
alias ls="ls --color=auto" alias ls="ls --color=auto"
alias ll="ls -lah --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\$ " PS1="\h:\w\$ "

View File

@ -14,7 +14,7 @@ bspc rule -a steam desktop=1
bspc rule -a discord desktop=2 bspc rule -a discord desktop=2
bspc config normal_border_color "#161510" bspc config normal_border_color "#161510"
bspc config active_border_color "#161510" bspc config active_border_color "#727A18"
bspc config focused_border_color "#727A18" bspc config focused_border_color "#727A18"
bspc config pointer_follows_focus true bspc config pointer_follows_focus true

View File

@ -20,7 +20,7 @@ keyboard () {
xcape -e 'Super_L=Escape' xcape -e 'Super_L=Escape'
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
xset -r 161 # tablet rotate key doesn't need repeat xset -r 161 # tablet rotate key doesn't need repeat
xset r rate 200 80 xset r rate 200 40
} }
find_card_pci() { find_card_pci() {