From 3345c0f992a92fc49dab5b2ecd0ca40921dd8d92 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Tue, 5 Jul 2022 17:06:56 -0400 Subject: [PATCH] Updated --- user/.bash_profile | 11 +++++++++-- user/.config/neofetch/config.conf | 7 +++++++ user/.config/qutebrowser/config.py | 7 +++++++ user/.config/zathura/zathurarc | 7 +++++++ user/.moc/config | 7 +++++++ user/.xinitrc | 8 +++++++- 6 files changed, 44 insertions(+), 3 deletions(-) diff --git a/user/.bash_profile b/user/.bash_profile index e165c15d7..2001b564a 100755 --- a/user/.bash_profile +++ b/user/.bash_profile @@ -1,4 +1,11 @@ #!/bin/sh +## ____ __ +## / __ \_________ _/ /_____ +## / / / / ___/ __ `/ //_/ _ \ +## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) +## /_____/_/ \__,_/_/|_|\___/ My custom bash_profile config +## + ### STARTING XSESSION if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ] then @@ -11,8 +18,8 @@ export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in termina export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode export READER="zathura" # Zathura as the pdf viewer export TERMINAL="alacritty" # Alacritty as the default terminal emulator -export BROWSER="librewolf" # Qutebrowser as the default web browser -export WM="dwm" # AwesomeWM as the default Window Manager +export BROWSER="qutebrowser" # Qutebrowser as the default web browser +export WM="dwm" # DWM as the default Window Manager export XDG_DATA_HOME=${XDG_DATA_HOME:="$HOME/.local/share"} export XDG_CACHE_HOME=${XDG_CACHE_HOME:="$HOME/.cache"} export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:="$HOME/.config"} diff --git a/user/.config/neofetch/config.conf b/user/.config/neofetch/config.conf index 5465ef0e2..6048c9630 100644 --- a/user/.config/neofetch/config.conf +++ b/user/.config/neofetch/config.conf @@ -1,3 +1,10 @@ +## ____ __ +## / __ \_________ _/ /_____ +## / / / / ___/ __ `/ //_/ _ \ +## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) +## /_____/_/ \__,_/_/|_|\___/ My custom neofetch config +## + print_info() { prin " " info "$(color 1) OS " distro diff --git a/user/.config/qutebrowser/config.py b/user/.config/qutebrowser/config.py index 81825dafa..3229846a7 100644 --- a/user/.config/qutebrowser/config.py +++ b/user/.config/qutebrowser/config.py @@ -1,3 +1,10 @@ +## ____ __ +## / __ \_________ _/ /_____ +## / / / / ___/ __ `/ //_/ _ \ +## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) +## /_____/_/ \__,_/_/|_|\___/ My custom qutebrowser config +## + # Autogenerated config.py # # NOTE: config.py is intended for advanced users who are comfortable diff --git a/user/.config/zathura/zathurarc b/user/.config/zathura/zathurarc index cbdcaa21f..86a9afb9c 100644 --- a/user/.config/zathura/zathurarc +++ b/user/.config/zathura/zathurarc @@ -1,3 +1,10 @@ +## ____ __ +## / __ \_________ _/ /_____ +## / / / / ___/ __ `/ //_/ _ \ +## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) +## /_____/_/ \__,_/_/|_|\___/ My custom zathura config +## + set font "mononoki Nerd Font 9" set default-bg "#262626" #00 set default-fg "#ebdbb2" #01 diff --git a/user/.moc/config b/user/.moc/config index db5bf8df8..c0d841f97 100644 --- a/user/.moc/config +++ b/user/.moc/config @@ -1,3 +1,10 @@ +## ____ __ +## / __ \_________ _/ /_____ +## / / / / ___/ __ `/ //_/ _ \ +## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) +## /_____/_/ \__,_/_/|_|\___/ My custom moc config +## + # This is a configuration file for the MOC player. It should be named # 'config' and placed in the ~/.moc directory. As this file can specify # commands which invoke other applications, MOC will refuse to start if it diff --git a/user/.xinitrc b/user/.xinitrc index dcc7a8be3..9e5498498 100755 --- a/user/.xinitrc +++ b/user/.xinitrc @@ -1,4 +1,10 @@ #!/bin/sh +## ____ __ +## / __ \_________ _/ /_____ +## / / / / ___/ __ `/ //_/ _ \ +## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) +## /_____/_/ \__,_/_/|_|\___/ My custom xinitrc +## userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap @@ -29,7 +35,7 @@ export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in termina export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode export READER="zathura" # Zathura as the pdf viewer export TERMINAL="alacritty" # Alacritty as the default terminal emulator -export BROWSER="librewolf" # Librewolf as the default web browser +export BROWSER="qutebrowser" # Qutebrowser as the default web browser export WM="dwm" # DWM as the default Window Manager export XDG_DATA_HOME=${XDG_DATA_HOME:="$HOME/.local/share"} export XDG_CACHE_HOME=${XDG_CACHE_HOME:="$HOME/.cache"}