Revisão | a193ad222615f28cd868abc3bdaa2df4cc087185 (tree) |
---|---|
Hora | 2020-04-19 04:39:09 |
Autor | ![]() |
Commiter | creio |
2020.04.18 Update
@@ -12,8 +12,8 @@ Xft.lcdfilter: lcddefault | ||
12 | 12 | !URxvt.font: xft:Hack Nerd Font Mono:size=9 |
13 | 13 | |
14 | 14 | !!! xlsfonts | grep ttyp0 |
15 | -URxvt.font: -uw-ttyp0-medium-r-normal--14-130-75-75-c-70-iso10646-1,xft:Hack Nerd Font Mono:size=9 | |
16 | -URxvt.boldFont: -uw-ttyp0-medium-r-normal--14-130-75-75-c-70-iso10646-1,xft:Hack Nerd Font Mono:size=9 | |
15 | +URxvt.font: -*-ttyp0-medium-r-*--13-120-*-*-*-*-iso10646-1,xft:Hack Nerd Font Mono:size=9 | |
16 | +URxvt.boldFont: -*-ttyp0-medium-r-*--13-120-*-*-*-*-iso10646-1,xft:Hack Nerd Font Mono:size=9 | |
17 | 17 | |
18 | 18 | !URxvt.font: -*-rissole-* |
19 | 19 | !URxvt.boldFont: -*-rissole-* |
@@ -10,7 +10,7 @@ nvidia-settings --assign="0/AllowFlipping=0" &>/dev/null | ||
10 | 10 | # -i :0+0,0 \ |
11 | 11 | # -r 30 \ |
12 | 12 | # -c:v gif -threads 0 \ |
13 | -# -y ~/Videos/screen/output.gif | |
13 | +# -y ~/Videos/output.gif | |
14 | 14 | |
15 | 15 | ffmpeg -y \ |
16 | 16 | -f x11grab \ |
@@ -19,4 +19,4 @@ ffmpeg -y \ | ||
19 | 19 | -i :0.0 \ |
20 | 20 | -r 30 \ |
21 | 21 | -c:v libx264rgb -crf 0 -preset ultrafast -threads 0 \ |
22 | --y ~/Videos/screen/output.mkv | |
22 | +-y ~/Videos/output.mkv |
@@ -12,4 +12,4 @@ ffmpeg -y \ | ||
12 | 12 | -f alsa -ar 44100 -i default \ |
13 | 13 | -r 30 \ |
14 | 14 | -c:v libx264rgb -crf 23 -preset ultrafast -c:a aac \ |
15 | --y ~/Videos/screen/output.mkv | |
15 | +-y ~/Videos/output.mkv |
@@ -1,11 +1,15 @@ | ||
1 | 1 | #!/bin/bash |
2 | +# reflector --list-countries | |
2 | 3 | |
3 | 4 | if [ "$1" = "-c" ]; then |
4 | 5 | # mirrors -c |
5 | - sudo reflector -c "Belarus" -c "Russia" -c "Ukraine" -c "Poland" -f 20 -l 20 -p https -p http -n 20 --sort rate --save /etc/pacman.d/mirrorlist | |
6 | + sudo reflector -c "BY" -c "RU" -c "YA" -c "PL" -f 20 -l 20 -p https -p http -n 20 --sort rate --save /etc/pacman.d/mirrorlist | |
7 | +elif [ "$1" = "-c1" ]; then | |
8 | + # mirrors -c1 RU | |
9 | + sudo reflector -c "$2" -f 20 -l 20 -p https -p http --sort rate --save /etc/pacman.d/mirrorlist | |
6 | 10 | else |
7 | 11 | # mirrors |
8 | - sudo reflector --verbose -a1 -f15 -l50 -phttps --sort rate --save /etc/pacman.d/mirrorlist | |
12 | + sudo reflector --verbose -a1 -f15 -l50 -p https -p http --sort rate --save /etc/pacman.d/mirrorlist | |
9 | 13 | fi |
10 | 14 | |
11 | 15 | sudo pacman -Syy |
@@ -7,7 +7,7 @@ show_indexes=false | ||
7 | 7 | save_uris=true |
8 | 8 | use_rmb_menu=false |
9 | 9 | save_history=false |
10 | -history_limit=50 | |
10 | +history_limit=500 | |
11 | 11 | items_menu=20 |
12 | 12 | statics_show=true |
13 | 13 | statics_items=10 |
@@ -21,7 +21,7 @@ | ||
21 | 21 | <acceptfont> |
22 | 22 | <pattern> |
23 | 23 | <patelt name="family"> |
24 | - <string>ttyp0</string> | |
24 | + <string>Ttyp0</string> | |
25 | 25 | </patelt> |
26 | 26 | </pattern> |
27 | 27 | </acceptfont> |
@@ -37,11 +37,11 @@ | ||
37 | 37 | <!-- Disable the proprietary font embedded bitmap --> |
38 | 38 | <!-- <match target="font" > |
39 | 39 | <edit name="embeddedbitmap" mode="assign"> |
40 | - <bool>false</bool> | |
40 | + <bool>true</bool> | |
41 | 41 | </edit> |
42 | 42 | </match> --> |
43 | 43 | |
44 | - <!-- <alias> | |
44 | + <alias> | |
45 | 45 | <family>serif</family> |
46 | 46 | <prefer> |
47 | 47 | <family>Serif</family> |
@@ -56,9 +56,9 @@ | ||
56 | 56 | <alias> |
57 | 57 | <family>monospace</family> |
58 | 58 | <prefer> |
59 | - <family>Hack</family> | |
59 | + <family>Hack Nerd Font Mono</family> | |
60 | 60 | </prefer> |
61 | - </alias> --> | |
61 | + </alias> | |
62 | 62 | |
63 | 63 | <match target="font"> |
64 | 64 | <edit name="antialias" mode="assign"> |
@@ -1,3 +1,4 @@ | ||
1 | +file:///home/st/work | |
1 | 2 | file:///home/st/ctlosiso |
2 | 3 | file:///media/files |
3 | 4 | file:///media/files/github |
@@ -1,5 +1,5 @@ | ||
1 | 1 | f:/home/st/files |
2 | -':/home/st | |
2 | +':/home/st/.wall | |
3 | 3 | m:/home/st/files/mega |
4 | 4 | d:/home/st/files/github/creio/dots |
5 | 5 | D:/home/st/Downloads |
@@ -1,5 +1,3 @@ | ||
1 | -find fil | |
2 | -find me | |
3 | 1 | find .wa |
4 | 2 | search creio |
5 | 3 | cd |
@@ -46,5 +44,7 @@ open_with micro | ||
46 | 44 | trash |
47 | 45 | search wm |
48 | 46 | delete |
47 | +search video | |
48 | +search vid | |
49 | 49 | search wall |
50 | 50 | search wal |
@@ -44,8 +44,9 @@ set use_preview_script true | ||
44 | 44 | # Preview images in full color with the external command "w3mimgpreview"? |
45 | 45 | # This requires the console web browser "w3m" and a supported terminal. |
46 | 46 | # It has been successfully tested with "xterm" and "urxvt,urxvt_full" without tmux. |
47 | +# ueberzug | |
47 | 48 | set preview_images true |
48 | -# set preview_images_method urxvt | |
49 | +set preview_images_method ueberzug | |
49 | 50 | |
50 | 51 | # Use a unicode "..." character to mark cut-off filenames? |
51 | 52 | set unicode_ellipsis false |
@@ -99,10 +99,10 @@ handle_image() { | ||
99 | 99 | exit 7;; |
100 | 100 | |
101 | 101 | # Video |
102 | - # video/*) | |
103 | - # # Thumbnail | |
104 | - # ffmpegthumbnailer -i "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}" -s 0 && exit 6 | |
105 | - # exit 1;; | |
102 | + video/*) | |
103 | + # Thumbnail | |
104 | + ffmpegthumbnailer -i "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}" -s 0 && exit 6 | |
105 | + exit 1;; | |
106 | 106 | esac |
107 | 107 | } |
108 | 108 |
@@ -1 +1 @@ | ||
1 | -1586699209 | |
\ No newline at end of file | ||
1 | +1587222965 | |
\ No newline at end of file |
@@ -41,12 +41,12 @@ export FZF_COMPLETION_TRIGGER="~~" | ||
41 | 41 | export PF_INFO="ascii os kernel wm shell pkgs memory palette" |
42 | 42 | # export PF_ASCII="arch" |
43 | 43 | |
44 | -export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH | |
44 | +# export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH | |
45 | 45 | # export PATH="$PATH:`yarn global bin`" |
46 | 46 | # export NVM_DIR="$HOME/.config/nvm" |
47 | 47 | # [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm |
48 | 48 | # [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion |
49 | 49 | |
50 | -export GOPATH=$HOME/.go | |
51 | -export GOBIN=$GOPATH/bin | |
52 | -export PATH="$PATH:$GOBIN" | |
50 | +# export GOPATH=$HOME/.go | |
51 | +# export GOBIN=$GOPATH/bin | |
52 | +# export PATH="$PATH:$GOBIN" |
@@ -3,7 +3,7 @@ | ||
3 | 3 | - Distro: [Ctlos/Arch Linux](https://ctlos.github.io/) |
4 | 4 | - DE(WM): xfwm |
5 | 5 | - Panel: tint2,polybar |
6 | -<!-- - Info: [r/unixporn](https://www.reddit.com/r/unixporn/comments/cbf98s/xfwm_light/etf1549/) --> | |
6 | +- Info: [r/unixporn](https://www.reddit.com/r/unixporn/comments/cbf98s/xfwm_light/etf1549/) | |
7 | 7 | <!-- - Demo video: [youtube.com](https://www.youtube.com/watch?v=EcEbV-CMGKU) --> |
8 | 8 | <!-- - Yt: [youtube.com](https://www.youtube.com/channel/UCPCp_ZnMKEwYdnA_YfOZrZg) --> |
9 | 9 |