mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
removed bad files
This commit is contained in:
parent
198d662c4e
commit
745db0f28a
5 changed files with 19 additions and 1754 deletions
2
bashrc
2
bashrc
|
@ -94,7 +94,7 @@ function parse_git_dirty {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
source ~/.scripts/fzf-bash-completion.sh
|
source "$HOME/.scripts/fzf-bash-completion.sh"
|
||||||
|
|
||||||
bind -x '"\C-\t": fzf_bash_completion'
|
bind -x '"\C-\t": fzf_bash_completion'
|
||||||
|
|
||||||
|
|
1739
config/mpd/state
1739
config/mpd/state
File diff suppressed because it is too large
Load diff
|
@ -68,26 +68,26 @@ meta + Escape
|
||||||
|
|
||||||
# screenshot
|
# screenshot
|
||||||
super + s
|
super + s
|
||||||
/home/david/.scripts/screenshot
|
$HOME/.scripts/screenshot
|
||||||
super + shift + s
|
super + shift + s
|
||||||
/home/david/.scripts/screenshot_fs
|
$HOME/.scripts/screenshot_fs
|
||||||
super + ctrl + s
|
super + ctrl + s
|
||||||
/home/david/.scripts/screenshot_floating
|
$HOME/.scripts/screenshot_floating
|
||||||
# lock screen
|
# lock screen
|
||||||
super + ctrl + alt + l
|
super + ctrl + alt + l
|
||||||
/home/david/.scripts/lock
|
$HOME/.scripts/lock
|
||||||
|
|
||||||
# power menu
|
# power menu
|
||||||
super + ctrl + Escape
|
super + ctrl + Escape
|
||||||
/home/david/.scripts/powermenu
|
$HOME/.scripts/powermenu
|
||||||
|
|
||||||
# emoji
|
# emoji
|
||||||
super + ctrl + e
|
super + ctrl + e
|
||||||
/home/david/.scripts/dmenuemoji insert
|
$HOME/.scripts/dmenuemoji insert
|
||||||
|
|
||||||
# kaomoji
|
# kaomoji
|
||||||
super + ctrl + c
|
super + ctrl + c
|
||||||
/home/david/.scripts/dmenukaomoji insert
|
$HOME/.scripts/dmenukaomoji insert
|
||||||
|
|
||||||
# stuff
|
# stuff
|
||||||
super + ctrl + m
|
super + ctrl + m
|
||||||
|
@ -102,7 +102,7 @@ super + ctrl + b
|
||||||
dmenu -p "eminem says" | xargs /usr/bin/eminem
|
dmenu -p "eminem says" | xargs /usr/bin/eminem
|
||||||
# memes
|
# memes
|
||||||
super + ctrl + alt + c
|
super + ctrl + alt + c
|
||||||
/home/david/.scripts/memeselector
|
$HOME/.scripts/memeselector
|
||||||
|
|
||||||
# iocane
|
# iocane
|
||||||
super + shift + Return
|
super + shift + Return
|
||||||
|
@ -110,9 +110,9 @@ super + shift + Return
|
||||||
|
|
||||||
# switch monitor modes
|
# switch monitor modes
|
||||||
super + apostrophe
|
super + apostrophe
|
||||||
/home/david/.scripts/bg.sh ; /home/david/.config/xrandr.sh
|
$HOME/.scripts/bg.sh ; $HOME/.config/xrandr.sh
|
||||||
super + shift + apostrophe
|
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
|
# switch monitor input sources
|
||||||
ctrl + super + apostrophe
|
ctrl + super + apostrophe
|
||||||
|
@ -122,15 +122,15 @@ ctrl + super + shift + apostrophe
|
||||||
|
|
||||||
# dim all but main monitor
|
# dim all but main monitor
|
||||||
super + alt + c
|
super + alt + c
|
||||||
/home/david/.scripts/cinema.sh
|
$HOME/.scripts/cinema.sh
|
||||||
|
|
||||||
# control gamma
|
# control gamma
|
||||||
super + alt + f
|
super + alt + f
|
||||||
/home/david/.scripts/gamma.sh 0.8
|
$HOME/.scripts/gamma.sh 0.8
|
||||||
super + alt + g
|
super + alt + g
|
||||||
/home/david/.scripts/gamma.sh 1.2
|
$HOME/.scripts/gamma.sh 1.2
|
||||||
super + alt + r
|
super + alt + r
|
||||||
/home/david/.scripts/gamma.sh
|
$HOME/.scripts/gamma.sh
|
||||||
super + alt + t
|
super + alt + t
|
||||||
bspc rule -a \* -o state=floating && gamma
|
bspc rule -a \* -o state=floating && gamma
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -24,6 +24,10 @@ save () {
|
||||||
mkdir -p fonts/noto-cjk
|
mkdir -p fonts/noto-cjk
|
||||||
cp -r /usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc 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 () {
|
load () {
|
||||||
|
|
Loading…
Reference in a new issue