Abbreviations in fish, xprofile, bspwm cleanup
This commit is contained in:
parent
03a48bc226
commit
448c3cca1c
7 changed files with 13 additions and 7 deletions
|
@ -20,4 +20,8 @@ bspc monitor -f primary
|
|||
## BSPWM Rules
|
||||
bspc rule -a Wine monitor=HDMI-A-1
|
||||
|
||||
## Manage desktops
|
||||
btops &
|
||||
|
||||
## Swallow
|
||||
pidswallow --loop &
|
||||
|
|
|
@ -17,6 +17,7 @@ constant = " "
|
|||
|
||||
[[names.classified]]
|
||||
" " = ["Chromium", "Iridium", "Inox"]
|
||||
"﨩" = ["Tor Browser"]
|
||||
" " = ["Firefox", "Waterfox", "IceCat"]
|
||||
" " = ["qutebrowser"]
|
||||
"" = ["Steam","steam"]
|
||||
|
|
|
@ -26,13 +26,15 @@ video-sync=display-resample
|
|||
# may or may not help.
|
||||
# hwdec=auto
|
||||
|
||||
interpolation=yes
|
||||
interpolation
|
||||
deband=no
|
||||
tscale=box
|
||||
tscale-window=quadric
|
||||
tscale-clamp=0.0
|
||||
tscale-radius=1.1
|
||||
|
||||
|
||||
|
||||
# Disable the On Screen Controller (OSC).
|
||||
osc=no
|
||||
osd-bar=no
|
||||
|
|
|
@ -40,6 +40,3 @@ redshift -l 44.481:0.3545 &
|
|||
## Peripherals
|
||||
xsetwacom set $(xsetwacom --list devices | awk '/Pen stylus/ { if ($7 == "id:") { print $8 } }') MapToOutput HDMI-A-1 &
|
||||
xow &
|
||||
|
||||
## Swallow
|
||||
pidswallow --loop &
|
||||
|
|
|
@ -43,6 +43,7 @@ set -x HISTFILE "$XDG_DATA_HOME/history"
|
|||
## PATH
|
||||
set -x PATH "$PATH:$HOME/.gem/ruby/2.7.0/bin"
|
||||
set -x PATH "$PATH:$HOME/.local/bin"
|
||||
set -x PATH "$PATH:$HOME/.emacs.d/bin"
|
||||
set -x PATH "$PATH:$HOME/bin"
|
||||
set -x PATH "$PATH:$GOPATH/bin"
|
||||
|
||||
|
@ -70,7 +71,7 @@ abbr yt 'youtube-dl -f bestvideo+bestaudio' # Youtu
|
|||
|
||||
## Torrent
|
||||
abbr seed 'aria2c --check-integrity=true --seed-ratio=0.0'
|
||||
abbr seed_today "seed (find . -maxdepth 1 -name '*.torrent' -mtime -1)"
|
||||
abbr seed_today "aria2c --check-integrity=true --seed-ratio=0.0 (find . -maxdepth 1 -name '*.torrent' -mtime -1)"
|
||||
abbr torrent 'aria2c --bt-metadata-only=true --bt-save-metadata=true'
|
||||
|
||||
## Navigation
|
||||
|
|
|
@ -43,7 +43,7 @@ i = zoom 1
|
|||
o = zoom -1
|
||||
|
||||
# Other commands
|
||||
x = close
|
||||
# x = close
|
||||
f = fullscreen
|
||||
d = overlay
|
||||
p = exec echo $imv_current_file
|
||||
|
|
|
@ -75,4 +75,5 @@ www.amazon.fr m.media-amazon.com script allow
|
|||
www.amazon.fr unagi-eu.amazon.com other allow
|
||||
www.amazon.fr images-na.ssl-images-amazon.com script allow
|
||||
www.amazon.fr images-eu.ssl-images-amazon.com script allow
|
||||
gifcities.org gifcities.archive.org xhr allow
|
||||
gifcities.org gifcities.archive.org xhr allow
|
||||
coolandnewwebcomic.bandcamp.com t4.bcbits.com media allow
|
Loading…
Add table
Add a link
Reference in a new issue