adding config changes
This commit is contained in:
16
.bashrc
16
.bashrc
@@ -60,6 +60,7 @@ export LESS_TERMCAP_so=$'\E[01;44;33m'
|
||||
export LESS_TERMCAP_ue=$'\E[0m'
|
||||
export LESS_TERMCAP_us=$'\E[01;32m'
|
||||
export LC_WHO=rorlando
|
||||
|
||||
# Scripts Path
|
||||
PATH=$PATH:~/code/scripts
|
||||
PATH=$PATH:~/.local/bin
|
||||
@@ -67,6 +68,8 @@ PATH=$PATH:~/.local/bin
|
||||
PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin
|
||||
# Doom Path
|
||||
PATH=$PATH:~/.config/emacs/bin/
|
||||
#Flatpak path
|
||||
PATH=$PATH:/var/lib/flatpak/exports/bin
|
||||
|
||||
#######################################################
|
||||
# ALIAS
|
||||
@@ -75,11 +78,11 @@ PATH=$PATH:~/.config/emacs/bin/
|
||||
# EG: the ls command is aliased, but to use the normal ls command you would type \ls
|
||||
|
||||
# Pacman aliases
|
||||
alias install='sudo pacman -S'
|
||||
alias update='sudo pacman -Syu'
|
||||
alias search='pacman -Ss'
|
||||
alias remove='sudo pacman -Rs'
|
||||
alias uninstall='sudo pacman -Rs'
|
||||
alias install='sudo dnf install'
|
||||
alias update='sudo dnf update'
|
||||
alias search='dnf search'
|
||||
alias remove='sudo dnf remove'
|
||||
alias uninstall='sudo dnf uninstall'
|
||||
|
||||
# Rsync push music to jellyfin
|
||||
alias music-push="rsync -r -e 'ssh -p 46668' --info=progress2 /home/opal/music/to-push/* cleric:/data/container_storage/jellyfin/media/music/to-sort/"
|
||||
@@ -180,9 +183,6 @@ alias eel='ssh eel'
|
||||
# Wget (keeps hsts files out of $HOME)
|
||||
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
|
||||
|
||||
# vim -> neovim (cuz nvim > vim)
|
||||
alias vim='nvim'
|
||||
|
||||
# easyeffects (until I get the motivation to fix this)
|
||||
alias ee='systemctl --user restart easyeffects.service'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ env:
|
||||
# Font configuration
|
||||
font:
|
||||
normal:
|
||||
family: Hack Nerd Font
|
||||
family: Hack
|
||||
style: Regular
|
||||
size: 15
|
||||
offset:
|
||||
|
||||
Binary file not shown.
BIN
.config/beets/state.pickle
Normal file
BIN
.config/beets/state.pickle
Normal file
Binary file not shown.
@@ -24,9 +24,9 @@
|
||||
(setq browse-url-browser-function 'browse-url-generic
|
||||
browse-url-generic-program "qutebrowser")
|
||||
|
||||
(set-face-attribute 'default nil :font "Hack Nerd Font" :height 130 :weight 'regular)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Hack Nerd Font" :height 1.0 :weight 'regular)
|
||||
(set-face-attribute 'variable-pitch nil :font "Hack Nerd Font" :height 1.0 :weight 'bold)
|
||||
(set-face-attribute 'default nil :font "Hack" :height 130 :weight 'regular)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Hack" :height 1.0 :weight 'regular)
|
||||
(set-face-attribute 'variable-pitch nil :font "Hack" :height 1.0 :weight 'bold)
|
||||
|
||||
(defun opal/org-font-setup ()
|
||||
;; Replace list hyphen with dot
|
||||
@@ -44,7 +44,7 @@
|
||||
(org-level-6 . 1.1)
|
||||
(org-level-7 . 1.1)
|
||||
(org-level-8 . 1.1)))
|
||||
(set-face-attribute (car face) nil :font "Hack Nerd Font" :weight 'regular :height (cdr face)))
|
||||
(set-face-attribute (car face) nil :font "Hack" :weight 'regular :height (cdr face)))
|
||||
|
||||
;; Ensure that anything that should be fixed-pitch in Org files appears that way
|
||||
(set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch)
|
||||
|
||||
Binary file not shown.
@@ -161,7 +161,7 @@ exec_always dunst
|
||||
exec flashfocus
|
||||
|
||||
# Wlsunset (Night Light)
|
||||
exec wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
||||
exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec /usr/bin/udiskie &
|
||||
@@ -197,8 +197,8 @@ gaps outer 2
|
||||
|
||||
# Idle configuration
|
||||
exec swayidle -w \
|
||||
timeout 120 'swaylock -f' \
|
||||
timeout 600 'swaymsg "output * dpms off"' \
|
||||
timeout 1200 'swaylock -f' \
|
||||
timeout 3200 'swaymsg "output * dpms off"' \
|
||||
timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -f'
|
||||
@@ -238,7 +238,7 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
#output DP-1 pos 0 0
|
||||
|
||||
# Wallpaper
|
||||
output * bg /home/opal/.config/wallpapers/rockymountains.jpg fill
|
||||
output * bg /home/opal/.config/wallpapers/plateau.jpg fill
|
||||
|
||||
# Assign workspaces to numbers
|
||||
set $ws1 number 1
|
||||
|
||||
8
.config/systemd/user/protonvpn_reconnect.service
Normal file
8
.config/systemd/user/protonvpn_reconnect.service
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
# v3.14.0
|
||||
|
||||
[Unit]
|
||||
Description=Proton VPN Reconnector
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/python3 /usr/lib/python3.11/site-packages/protonvpn_nm_lib/daemon/dbus_daemon_reconnector.py
|
||||
Reference in New Issue
Block a user