gtk theme, rtorrent dirs, vlc gitignore
This commit is contained in:
parent
e9ed8aff1b
commit
0526d97086
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -135,3 +135,4 @@ sddmthemeinstallerrc
|
||||||
signond/
|
signond/
|
||||||
torbrowser/
|
torbrowser/
|
||||||
Mumble/
|
Mumble/
|
||||||
|
vlc/
|
||||||
|
|
2
bashrc
2
bashrc
|
@ -55,12 +55,12 @@ alias \
|
||||||
mv="mv -iv" \
|
mv="mv -iv" \
|
||||||
rm="rm -iv" \
|
rm="rm -iv" \
|
||||||
vim="nvim" \
|
vim="nvim" \
|
||||||
dino="GTK_THEME=Adwaita:dark dino" \
|
|
||||||
|
|
||||||
# Useful variables
|
# Useful variables
|
||||||
export \
|
export \
|
||||||
GITLAB="ssh://git@gitlab.com/tavo-wasd" \
|
GITLAB="ssh://git@gitlab.com/tavo-wasd" \
|
||||||
QT_QPA_PLATFORMTHEME="qt6ct" \
|
QT_QPA_PLATFORMTHEME="qt6ct" \
|
||||||
|
GTK_THEME="Materia:dark" \
|
||||||
WEEK=$(date '+%U') \
|
WEEK=$(date '+%U') \
|
||||||
DATE=$(date -I) \
|
DATE=$(date -I) \
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
directory.default.set = /mnt/Entr/Z-rtorrent/downloads
|
directory.default.set = /home/tavo/Downloads/rtorrent/downloads
|
||||||
session.path.set = /mnt/Entr/Z-rtorrent/session
|
session.path.set = /home/tavo/Downloads/rtorrent/session
|
||||||
schedule2 = watch_directory,5,5,load.start=/mnt/Entr/Z-rtorrent/watch/*.torrent
|
schedule2 = watch_directory,5,5,load.start=/home/tavo/Downloads/rtorrent/watch/*.torrent
|
||||||
|
|
||||||
dht.mode.set = on
|
dht.mode.set = on
|
||||||
dht.port.set = 6881
|
dht.port.set = 6881
|
||||||
|
|
Loading…
Reference in a new issue