removed bad files

This commit is contained in:
davidovski 2021-10-09 22:37:52 +01:00
parent 198d662c4e
commit 745db0f28a
5 changed files with 19 additions and 1754 deletions

2
bashrc
View File

@ -94,7 +94,7 @@ function parse_git_dirty {
fi
}
source ~/.scripts/fzf-bash-completion.sh
source "$HOME/.scripts/fzf-bash-completion.sh"
bind -x '"\C-\t": fzf_bash_completion'

File diff suppressed because it is too large Load Diff

View File

@ -68,26 +68,26 @@ meta + Escape
# screenshot
super + s
/home/david/.scripts/screenshot
$HOME/.scripts/screenshot
super + shift + s
/home/david/.scripts/screenshot_fs
$HOME/.scripts/screenshot_fs
super + ctrl + s
/home/david/.scripts/screenshot_floating
$HOME/.scripts/screenshot_floating
# lock screen
super + ctrl + alt + l
/home/david/.scripts/lock
$HOME/.scripts/lock
# power menu
super + ctrl + Escape
/home/david/.scripts/powermenu
$HOME/.scripts/powermenu
# emoji
super + ctrl + e
/home/david/.scripts/dmenuemoji insert
$HOME/.scripts/dmenuemoji insert
# kaomoji
super + ctrl + c
/home/david/.scripts/dmenukaomoji insert
$HOME/.scripts/dmenukaomoji insert
# stuff
super + ctrl + m
@ -102,7 +102,7 @@ super + ctrl + b
dmenu -p "eminem says" | xargs /usr/bin/eminem
# memes
super + ctrl + alt + c
/home/david/.scripts/memeselector
$HOME/.scripts/memeselector
# iocane
super + shift + Return
@ -110,9 +110,9 @@ super + shift + Return
# switch monitor modes
super + apostrophe
/home/david/.scripts/bg.sh ; /home/david/.config/xrandr.sh
$HOME/.scripts/bg.sh ; $HOME/.config/xrandr.sh
super + shift + apostrophe
/home/david/.scripts/bg.sh ; /home/david/.config/xrandr.alt.sh
$HOME/.scripts/bg.sh ; $HOME/.config/xrandr.alt.sh
# switch monitor input sources
ctrl + super + apostrophe
@ -122,15 +122,15 @@ ctrl + super + shift + apostrophe
# dim all but main monitor
super + alt + c
/home/david/.scripts/cinema.sh
$HOME/.scripts/cinema.sh
# control gamma
super + alt + f
/home/david/.scripts/gamma.sh 0.8
$HOME/.scripts/gamma.sh 0.8
super + alt + g
/home/david/.scripts/gamma.sh 1.2
$HOME/.scripts/gamma.sh 1.2
super + alt + r
/home/david/.scripts/gamma.sh
$HOME/.scripts/gamma.sh
super + alt + t
bspc rule -a \* -o state=floating && gamma

Binary file not shown.

View File

@ -24,6 +24,10 @@ save () {
mkdir -p fonts/noto-cjk
cp -r /usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc fonts/noto-cjk
rm config/mpd/state
rm config/vim/viminfo
}
load () {