summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/fontconfig/fonts.conf38
-rw-r--r--.config/getmail/getmailrc23
-rw-r--r--.config/git/config66
-rw-r--r--.config/git/ignore8
-rw-r--r--.config/git/mailmap5
-rw-r--r--.config/gtk-3.0/settings.ini11
-rw-r--r--.config/guix/channels.scm6
-rw-r--r--.config/guix/manifest/doc.scm8
-rw-r--r--.config/guix/manifest/main.scm114
-rw-r--r--.config/guix/manifest/media.scm6
-rw-r--r--.config/guix/manifest/web.scm3
-rw-r--r--.config/guix/system/chaman.scm90
-rw-r--r--.config/isync/mbsyncrc104
-rw-r--r--.config/latexmk/latexmkrc11
-rw-r--r--.config/msmtp/config62
-rw-r--r--.config/profiles/chaman16
-rw-r--r--.config/profiles/langa1
-rw-r--r--.config/readline/inputrc16
-rw-r--r--.config/rofi-pass/config74
-rw-r--r--.config/rofi/config14
-rw-r--r--.config/screen/screenrc2
-rw-r--r--.config/user-dirs.dirs8
-rw-r--r--.config/zathura/zathurarc18
23 files changed, 0 insertions, 704 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
deleted file mode 100644
index 083ece3..0000000
--- a/.config/fontconfig/fonts.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
- <match target="font">
- <edit mode="assign" name="rgba">
- <const>rgb</const>
- </edit>
- </match>
- <match target="font">
- <edit mode="assign" name="hinting">
- <bool>true</bool>
- </edit>
- </match>
- <match target="font">
- <edit mode="assign" name="hintstyle">
- <const>hintslight</const>
- </edit>
- </match>
- <match target="font">
- <edit mode="assign" name="antialias">
- <bool>true</bool>
- </edit>
- </match>
- <match target="font">
- <edit mode="assign" name="lcdfilter">
- <const>lcddefault</const>
- </edit>
- </match>
- <dir>~/.fonts</dir>
-
- <!-- Use Liberation Sans for Helvetica (instead of Nimbus Sans) -->
- <alias binding="same">
- <family>Helvetica</family>
- <prefer>
- <family>Liberation Sans</family>
- </prefer>
-</alias>
-</fontconfig>
diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc
deleted file mode 100644
index 363f354..0000000
--- a/.config/getmail/getmailrc
+++ /dev/null
@@ -1,23 +0,0 @@
-[retriever]
-type = SimplePOP3SSLRetriever
-server = fencepost.gnu.org
-username = bandali
-password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")
-port = 995
-use_apop = True
-
-[destination]
-type = Maildir
-path = ~/mail/gnu.local/bandali/mail/
-
-# [destination]
-# type = MDA_external
-# path = /usr/lib/dovecot/deliver
-# arguments = ('-e', '-f', '%(sender)', '-d', 'bandali@gnu.local')
-
-[options]
-read_all = false
-delete_after = 1
-# delete = true
-received = false
-delivered_to = false
diff --git a/.config/git/config b/.config/git/config
deleted file mode 100644
index f9be27e..0000000
--- a/.config/git/config
+++ /dev/null
@@ -1,66 +0,0 @@
-[user]
- name = Amin Bandali
- email = bandali@gnu.org
- signingkey = BE6273738E616D6D1B3A08E8A21A020248816103
-
-[commit]
- gpgsign = true
-
-# [format]
-# signoff = true
-
-[core]
- autocrlf = input # CRLF -> LF on commit
- editor = emacsclient -t
- pager = "less"
-
-[mailmap]
- file = ~/.config/git/mailmap
-
-[alias]
- git = !exec git # handle nested git calls, e.g. git git status
- aliases = config --get-regexp '^alias\\.'
- a = add
- s = status
- sl = status --long
- c = checkout
- cb = checkout -b
- b = branch
- r = rebase
- p = pull
- pr = pull --rebase
- ps = push
- psf = push --force
- nmam = "!f() { notmuch show --format=raw $1 | git am -; }; f"
- nmam3 = "!f() { notmuch show --format=raw $1 | git am -3 -; }; f"
-
-[color]
- ui = auto
-[color "status"]
- added = green bold
- changed = red bold
- untracked = red bold
-[color "branch"]
- current = green bold
- remote = magenta bold
-[color "diff"]
- new = green bold
- old = red bold
-
-# [status]
-# # showUntrackedFiles = all
-# short=true
-# branch=true
-
-[github]
- user = notbandali
-
-[sendemail]
- smtpuser = mab
- smtpserver = fencepost.gnu.org
- smtpserverport = 587
- smtpencryption = tls
- annotate = yes
-
-[transfer]
- fsckObjects = true
diff --git a/.config/git/ignore b/.config/git/ignore
deleted file mode 100644
index 1a03171..0000000
--- a/.config/git/ignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.orig
-*.py[co]
-*.sublime-workspace
-*~
-.DS_Store
-*.elc
-*-autoloads.el
-TAGS
diff --git a/.config/git/mailmap b/.config/git/mailmap
deleted file mode 100644
index 2c03291..0000000
--- a/.config/git/mailmap
+++ /dev/null
@@ -1,5 +0,0 @@
-<bandali@gnu.org> <mab@gnu.org>
-<bandali@gnu.org> <amin@gnu.org>
-<bandali@gnu.org> <aminb@gnu.org>
-<bandali@gnu.org> <amin@aminb.org>
-<bandali@gnu.org> <me@aminb.org>
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
deleted file mode 100644
index 472627d..0000000
--- a/.config/gtk-3.0/settings.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-[Settings]
-# gtk-icon-theme-name = elementary Xfce darker
-# gtk-theme-name = Adwaita
-
-# gtk-theme-name = Greybird
-# gtk-theme-name = Arc-Darker
-# gtk-theme-name = Numix-ArchBlue
-
-# gtk-font-name = Roboto 10
-# gtk-font-name = Source Code Variable Medium 10
-# gtk-key-theme-name = Emacs
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
deleted file mode 100644
index 6495ee2..0000000
--- a/.config/guix/channels.scm
+++ /dev/null
@@ -1,6 +0,0 @@
-(list (channel
- (name 'guix) ; https://git.savannah.gnu.org/git/guix.git
- (url "file:///home/bandali/src/git/guix"))
- (channel
- (name 'guix-bandali) ; https://git.sr.ht/~bandali/guix-bandali
- (url "file:///home/bandali/src/git/guix-bandali")))
diff --git a/.config/guix/manifest/doc.scm b/.config/guix/manifest/doc.scm
deleted file mode 100644
index b732864..0000000
--- a/.config/guix/manifest/doc.scm
+++ /dev/null
@@ -1,8 +0,0 @@
-(specifications->manifest
- '("libreoffice"
- "texlive-amsfonts"
- "texlive-base"
- "texlive-latex-listings"
- ;; "texlive-palatino"
- "texlive-xcolor"
-))
diff --git a/.config/guix/manifest/main.scm b/.config/guix/manifest/main.scm
deleted file mode 100644
index 8917d27..0000000
--- a/.config/guix/manifest/main.scm
+++ /dev/null
@@ -1,114 +0,0 @@
-(specifications->manifest
- '("alsa-utils"
- "bash-completion"
- "cpufrequtils"
- "cpupower"
- "cvs"
- "dunst"
- "emacs"
- "emacs-alert"
- "emacs-amx"
- "emacs-async"
- "emacs-biblio-git"
- "emacs-boxquote"
- "emacs-company"
- "emacs-company-ebdb"
- "emacs-crux"
- "emacs-dash"
- "emacs-debbugs"
- "emacs-diff-hl"
- "emacs-dmenu"
- "emacs-doom-themes"
- "emacs-ebdb"
- "emacs-emmet-mode"
- ;; "emacs-emojify"
- "emacs-erc-hl-nicks"
- "emacs-erc-scrolltoplace"
- "emacs-eshell-up"
- "emacs-exec-path-from-shell"
- "emacs-expand-region"
- "emacs-exwm"
- "emacs-exwm-edit"
- "emacs-flycheck"
- "emacs-geiser"
- ;; "emacs-gnus-harvest"
- "emacs-guix"
- "emacs-helpful"
- "emacs-hl-todo"
- "emacs-ivy"
- "emacs-magit"
- "emacs-message-x"
- "emacs-minions"
- ;; "emacs-multi-term"
- "emacs-multiple-cursors"
- "emacs-mwim"
- ;; "emacs-next"
- ;; "emacs-next-delight"
- "emacs-no-littering"
- "emacs-org"
- "emacs-org-contrib"
- "emacs-org-ref"
- "emacs-orgalist"
- "emacs-page-break-lines"
- "emacs-pass"
- "emacs-pinentry"
- "emacs-projectile"
- "emacs-shrink-path-git"
- "emacs-smart-mode-line"
- "emacs-typo"
- "emacs-unkillable-scratch"
- "emacs-use-package"
- "emacs-web-mode"
- "emacs-which-key"
- "emacs-yasnippet"
- "emacs-znc-git"
- "font-adobe-source-code-pro"
- "font-gnu-freefont-ttf"
- "font-google-roboto"
- "font-liberation"
- "font-linuxlibertine"
- "font-sil-gentium"
- "font-tex-gyre"
- ;; "font-ubuntu"
- "font-vazir"
- "getmail"
- "gettext"
- "git"
- "git:send-email"
- "gnupg"
- "guile"
- "haunt"
- "htop"
- "hunspell"
- "hunspell-dict-en-ca"
- "hunspell-dict-en-us"
- "isync"
- "light"
- "msmtp"
- "ncdu"
- "notmuch"
- "openjdk"
- "openssh"
- "openssl"
- "pass-otp"
- "password-store"
- "pasystray"
- "pinentry-emacs"
- "poppler" ; for 'pdffonts'
- "rofi"
- "rofi-pass"
- "rsync"
- "rxvt-unicode"
- "screen"
- "scrot"
- "setxkbmap"
- "strace"
- "thinkfan"
- "unzip"
- "wget"
- "xdg-user-dirs"
- ;; "xkbcomp"
- "xmodmap"
- "xrdb"
- "xset"
- "xsetroot"))
diff --git a/.config/guix/manifest/media.scm b/.config/guix/manifest/media.scm
deleted file mode 100644
index f8ff541..0000000
--- a/.config/guix/manifest/media.scm
+++ /dev/null
@@ -1,6 +0,0 @@
-(specifications->manifest
- '("audacity"
- "gimp"
- "inkscape"
- "mpv"
- "youtube-dl"))
diff --git a/.config/guix/manifest/web.scm b/.config/guix/manifest/web.scm
deleted file mode 100644
index 6e5fd34..0000000
--- a/.config/guix/manifest/web.scm
+++ /dev/null
@@ -1,3 +0,0 @@
-(specifications->manifest
- '("icecat"
- "rtv"))
diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm
deleted file mode 100644
index 7d9f13b..0000000
--- a/.config/guix/system/chaman.scm
+++ /dev/null
@@ -1,90 +0,0 @@
-(use-modules (gnu)
- (gnu packages certs) ; for nss-certs
- (gnu packages emacs-xyz) ; for exwm
- (gnu packages linux)) ; for powertop
-(use-service-modules admin desktop mail networking pm ssh xorg)
-
-(operating-system
- (host-name "chaman")
- (locale "en_CA.utf8")
- (timezone "Canada/Eastern")
- (keyboard-layout
- (keyboard-layout "us" "basic"))
- (bootloader
- (bootloader-configuration
- (bootloader grub-bootloader)
- (target "/dev/sda")
- (keyboard-layout keyboard-layout)))
- (mapped-devices
- (list (mapped-device
- (source
- (uuid "283da85e-2c84-47e6-a8ca-20f4e8efb806"))
- (target "groot")
- (type luks-device-mapping))
- (mapped-device
- (source
- (uuid "017ddebc-c2c3-4a0a-bda4-d47ec0bc67f0"))
- (target "data")
- (type luks-device-mapping))))
- (file-systems
- (cons* (file-system
- (mount-point "/")
- (device "/dev/mapper/groot")
- (type "ext4")
- (dependencies mapped-devices))
- (file-system
- (mount-point "/data")
- (device "/dev/mapper/data")
- (type "ext4")
- (dependencies mapped-devices))
- %base-file-systems))
- (users
- (cons* (user-account
- (name "bandali")
- (group "users")
- (home-directory "/home/bandali")
- (supplementary-groups
- '("wheel" "netdev" "audio" "video")))
- %base-user-accounts))
- (packages
- (cons* nss-certs
- emacs-exwm
- %base-packages))
- (services
- (cons*
- (service xfce-desktop-service-type)
- (set-xorg-configuration
- (xorg-configuration
- (keyboard-layout keyboard-layout)))
- (dovecot-service
- #:config
- (dovecot-configuration
- ;; (log-path "/dev/stderr")
- (protocols (list (protocol-configuration
- (name "imap"))))
- (ssl? "no")
- (listen '("127.0.0.1"))
- (disable-plaintext-auth? #f)
- (auth-mechanisms '("plain"))
- (postmaster-address "bandali@gnu.local")
- (mail-location "maildir:/home/bandali/mail/%d/%n/mail")
- (userdbs (list (userdb-configuration
- (driver "static")
- (args (list "uid=bandali" "gid=users" "home=/home/bandali/mail/%d/%n")))))
- (passdbs (list (passdb-configuration
- (driver "passwd-file")
- (args (list "/data/dovecot-passwd")))))))
- (service rottlog-service-type)
- (service thermald-service-type)
- (service tlp-service-type
- (tlp-configuration
- (cpu-boost-on-ac? #t)
- (sound-power-save-on-bat 0)
- (sound-power-save-controller? #f)
- ;; (usb-blacklist "0e8f:00a8") ;for some reason doesn't seem to work
- (usb-autosuspend? #f)))
- (simple-service 'my-powertop-auto-tune activation-service-type
- #~(zero? (system* #$(file-append powertop "/sbin/powertop")
- "--auto-tune")))
- (simple-service 'light-udev-rules udev-service-type (list light))
- %desktop-services)))
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc
deleted file mode 100644
index d348139..0000000
--- a/.config/isync/mbsyncrc
+++ /dev/null
@@ -1,104 +0,0 @@
-# Global defaults
-CopyArrivalDate yes
-Create Both
-Expunge Both
-
-######
-IMAPAccount shemshak
-Host mail.shemshak.org
-User amin@shemshak.org
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak.gpg"
-SSLType IMAPS
-
-IMAPStore shemshak-remote
-Account shemshak
-
-IMAPAccount shemshak-local
-Host 127.0.0.1
-Port 143
-User amin@shemshak.local
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak-local.gpg"
-SSLType None
-
-IMAPStore shemshak-local
-Account shemshak-local
-
-Channel shemshak
-Master :shemshak-remote:
-Slave :shemshak-local:
-Patterns *
-
-######
-IMAPAccount gnub
-Host mail.shemshak.org
-User gnu@bandali.eu.org
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub.gpg"
-SSLType IMAPS
-
-IMAPStore gnub-remote
-Account gnub
-
-IMAPAccount gnub-local
-Host 127.0.0.1
-Port 143
-User bandali@gnu.local
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub-local.gpg"
-SSLType None
-
-IMAPStore gnub-local
-Account gnub-local
-
-Channel gnub
-Master :gnub-remote:
-Slave :gnub-local:
-Patterns *
-
-######
-IMAPAccount uwaterloo
-Host connect.uwaterloo.ca
-User abandali
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg"
-SSLType IMAPS
-
-IMAPStore uwaterloo-remote
-Account uwaterloo
-
-IMAPAccount uwaterloo-local
-Host 127.0.0.1
-Port 143
-User abandali@uw.local
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-local.gpg"
-SSLType None
-
-IMAPStore uwaterloo-local
-Account uwaterloo-local
-
-Channel uwaterloo
-Master :uwaterloo-remote:
-Slave :uwaterloo-local:
-Patterns *
-
-######
-IMAPAccount csclub
-Host mail.csclub.uwaterloo.ca
-User abandali
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub.gpg"
-SSLType IMAPS
-
-IMAPStore csclub-remote
-Account csclub
-
-IMAPAccount csclub-local
-Host 127.0.0.1
-Port 143
-User abandali@csc.uw.local
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-local.gpg"
-SSLType None
-
-IMAPStore csclub-local
-Account csclub-local
-
-Channel csclub
-Master :csclub-remote:
-Slave :csclub-local:
-Patterns *
diff --git a/.config/latexmk/latexmkrc b/.config/latexmk/latexmkrc
deleted file mode 100644
index 3731a88..0000000
--- a/.config/latexmk/latexmkrc
+++ /dev/null
@@ -1,11 +0,0 @@
-$pdf_previewer = "start zathura %O %S";
-$clean_ext = "aux out";
-
-# $pdf_update_method = 4;
-# $pdf_update_command = "zathura %O %S";
-
-# Synctex allows one to jump to from the PDF in Zathura to the source in Emacs
-# by Ctrl+click in the PDF.
-# Tell latexmk to use Zathura as a previewer, and run emacsclient as the Synctex
-# editor.
-# $pdf_previewer = 'exec zathura --synctex-forward -x \'emacsclient --no-wait +%{line} %{input}\' %O %S';
diff --git a/.config/msmtp/config b/.config/msmtp/config
deleted file mode 100644
index 0c0cb47..0000000
--- a/.config/msmtp/config
+++ /dev/null
@@ -1,62 +0,0 @@
-# Set default values for all following accounts.
-defaults
-port 587
-tls on
-auth on
-#tls_trust_file /etc/ssl/certs/ca-certificates.crt
-logfile ~/.msmtp.log
-
-account shemshak
-host mail.shemshak.org
-# use `msmtp -a shemshak --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
-tls_fingerprint 01:6F:1B:92:0A:E8:47:35:62:80:DD:17:F5:9A:9D:26:7D:59:E2:EC:69:67:36:69:2F:58:8C:89:57:66:F6:B1
-tls_starttls on
-from amin@shemshak.org
-user amin@shemshak.org
-passwordeval gpg --no-tty -q -d ~/.passwd/shemshak.gpg
-
-account aminb : shemshak
-from amin@aminb.org
-account bndl : shemshak
-from amin@bndl.org
-
-account gnu
-host fencepost.gnu.org
-# use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
-tls_fingerprint A5:E9:14:9F:46:3E:8E:0F:09:8C:5D:21:C2:BE:DE:77:BE:8B:E7:82:6C:56:78:0C:62:CA:46:D7:18:FE:33:05
-tls_starttls on
-from bandali@gnu.org
-user bandali
-passwordeval gpg --no-tty -q -d ~/.passwd/gnu.gpg
-
-account gnu-mab : gnu
-from mab@gnu.org
-account gnu-aminb : gnu
-from aminb@gnu.org
-account gnu-amin : gnu
-from amin@gnu.org
-
-account uwaterloo
-host connect.uwaterloo.ca
-tls_starttls on
-from abandali@uwaterloo.ca
-user abandali
-passwordeval gpg --no-tty -q -d ~/.passwd/uwaterloo.gpg
-tls_trust_file /etc/ssl/certs/ca-certificates.crt
-
-account uwaterloo-friendly : uwaterloo
-from bandali@uwaterloo.ca
-
-account csclub
-host mail.csclub.uwaterloo.ca
-tls_starttls on
-from abandali@csclub.uwaterloo.ca
-user abandali
-passwordeval gpg --no-tty -q -d ~/.passwd/csclub.gpg
-tls_trust_file /etc/ssl/certs/ca-certificates.crt
-
-account csclub-friendly : csclub
-from bandali@csclub.uwaterloo.ca
-
-# Set a default account
-account default : shemshak
diff --git a/.config/profiles/chaman b/.config/profiles/chaman
deleted file mode 100644
index 3b78e7b..0000000
--- a/.config/profiles/chaman
+++ /dev/null
@@ -1,16 +0,0 @@
-export IS_GUIX_SYSTEM=true
-
-if [ -x "$(command -v xinput)" ]; then
- xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
-fi
-
-setxkbmap \
- -layout us,ir \
- -option ctrl:nocaps \
- -option grp:shifts_toggle
-
-xmodmap -e "keysym Menu = Super_R"
-
-xsetroot -cursor_name left_ptr
-xset r rate 200 45
-xset b off
diff --git a/.config/profiles/langa b/.config/profiles/langa
deleted file mode 100644
index 764f785..0000000
--- a/.config/profiles/langa
+++ /dev/null
@@ -1 +0,0 @@
-export XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/"
diff --git a/.config/readline/inputrc b/.config/readline/inputrc
deleted file mode 100644
index 47b9706..0000000
--- a/.config/readline/inputrc
+++ /dev/null
@@ -1,16 +0,0 @@
-set enable-bracketed-paste on
-
-set colored-stats on
-set colored-completion-prefix on
-set completion-ignore-case on
-set menu-complete-display-prefix on
-set page-completions off
-set show-all-if-ambiguous on
-set show-all-if-unmodified on
-set visible-stats on
-
-TAB: menu-complete
-"\e[Z": menu-complete-backward
-
-"\e[A": history-search-backward
-"\e[B": history-search-forward
diff --git a/.config/rofi-pass/config b/.config/rofi-pass/config
deleted file mode 100644
index e369133..0000000
--- a/.config/rofi-pass/config
+++ /dev/null
@@ -1,74 +0,0 @@
-# permanently set alternative root dir
-# root=/path/to/root
-
-# rofi command. Make sure to have "$@" as last argument
-_rofi () {
- #rofi -no-auto-select -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@"
- rofi -i -no-auto-select -kb-accept-entry "!Return" "$@"
-}
-
-# xdotool needs the keyboard layout to be set using setxkbmap
-# You can do this in your autostart scripts (e.g. xinitrc)
-
-# If for some reason, you cannot do this, you can set the command here.
-# and set fix_layout to true
-fix_layout=false
-
-layout_cmd () {
- setxkbmap us
-}
-
-# fields to be used
-URL_field='url'
-USERNAME_field='user'
-AUTOTYPE_field='autotype'
-
-# delay to be used for :delay keyword
-delay=2
-
-## Programs to be used
-# Editor
-EDITOR='gvim -f'
-
-# Browser
-BROWSER='chromium'
-
-## Misc settings
-
-default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
-auto_enter='false'
-notify='false'
-default_autotype='user :tab pass'
-
-# color of the help messages
-# leave empty for autodetection
-help_color="#4872FF"
-
-# Clipboard settings
-# Possible options: primary, clipboard, both
-clip=primary
-
-# Options for generating new password entries
-# default_user is also used for password files that have no user field.
-default_user=aminb
-default_user2=bandali
-password_length=30
-
-# Custom Keybindings
-#autotype="Alt+1"
-autotype="Alt+m"
-type_user="Alt+2"
-type_pass="Alt+3"
-open_url="Alt+4"
-copy_name="Alt+u"
-copy_url="Alt+l"
-copy_pass="Alt+p"
-show="Alt+o"
-copy_entry="Alt+2"
-type_entry="Alt+1"
-copy_menu="Alt+c"
-action_menu="Alt+a"
-type_menu="Alt+t"
-help="Alt+h"
-switch="Alt+x"
-insert_pass="Alt+n"
diff --git a/.config/rofi/config b/.config/rofi/config
deleted file mode 100644
index a2b343d..0000000
--- a/.config/rofi/config
+++ /dev/null
@@ -1,14 +0,0 @@
-! rofi.font: Ubuntu Mono 13
-! rofi.font: Inconsolata 16
-! rofi.font: Iosevka 13
-! rofi.font: Source Code Pro 11
-rofi.font: Source Code Pro 10.5
-rofi.modi: run,window
-! rofi.width: 640
-rofi.width: 600
-!rofi.location: 2
-!rofi.yoffset: 200
-rofi.monitor: -1
-!rofi.lines: 10
-
-rofi.theme: ~/.guix-profile/share/rofi/themes/gruvbox-light-hard.rasi
diff --git a/.config/screen/screenrc b/.config/screen/screenrc
deleted file mode 100644
index 2830565..0000000
--- a/.config/screen/screenrc
+++ /dev/null
@@ -1,2 +0,0 @@
-startup_message off
-caption always "%{= kc}GNU Screen $USER@%H (load: %l)%-28=%{= .m}%D %d.%m.%Y %0c"
diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs
deleted file mode 100644
index 6b047f6..0000000
--- a/.config/user-dirs.dirs
+++ /dev/null
@@ -1,8 +0,0 @@
-XDG_DESKTOP_DIR="$HOME/Desktop"
-XDG_DOCUMENTS_DIR="$HOME/usr/doc"
-XDG_DOWNLOAD_DIR="$HOME/usr/dl"
-XDG_MUSIC_DIR="$HOME/usr/music"
-XDG_PICTURES_DIR="$HOME/usr/pic"
-XDG_PUBLICSHARE_DIR="$HOME/usr/pub"
-XDG_TEMPLATES_DIR="$HOME/usr/temp"
-XDG_VIDEOS_DIR="$HOME/usr/vid"
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
deleted file mode 100644
index 2dc7db0..0000000
--- a/.config/zathura/zathurarc
+++ /dev/null
@@ -1,18 +0,0 @@
-set smooth-scroll true
-set selection-clipboard clipboard
-set zoom-step 05
-set default-bg "#272727"
-set statusbar-bg "#272727"
-set inputbar-bg "#373737"
-set window-title-basename true
-set statusbar-home-tilde true
-
-map <Return> scroll down
-map <A-Return> scroll up
-
-map H jumplist backward
-map L jumplist forward
-
-map [normal] i toggle_index
-map [index] i toggle_index
-map [index] q toggle_index