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/
|
||||
torbrowser/
|
||||
Mumble/
|
||||
vlc/
|
||||
|
|
2
bashrc
2
bashrc
|
@ -55,12 +55,12 @@ alias \
|
|||
mv="mv -iv" \
|
||||
rm="rm -iv" \
|
||||
vim="nvim" \
|
||||
dino="GTK_THEME=Adwaita:dark dino" \
|
||||
|
||||
# Useful variables
|
||||
export \
|
||||
GITLAB="ssh://git@gitlab.com/tavo-wasd" \
|
||||
QT_QPA_PLATFORMTHEME="qt6ct" \
|
||||
GTK_THEME="Materia:dark" \
|
||||
WEEK=$(date '+%U') \
|
||||
DATE=$(date -I) \
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
directory.default.set = /mnt/Entr/Z-rtorrent/downloads
|
||||
session.path.set = /mnt/Entr/Z-rtorrent/session
|
||||
schedule2 = watch_directory,5,5,load.start=/mnt/Entr/Z-rtorrent/watch/*.torrent
|
||||
directory.default.set = /home/tavo/Downloads/rtorrent/downloads
|
||||
session.path.set = /home/tavo/Downloads/rtorrent/session
|
||||
schedule2 = watch_directory,5,5,load.start=/home/tavo/Downloads/rtorrent/watch/*.torrent
|
||||
|
||||
dht.mode.set = on
|
||||
dht.port.set = 6881
|
||||
|
|
Loading…
Reference in a new issue