diff --git a/.bash_profile b/.bash_profile index b9e785d..6bded8b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,11 +3,10 @@ eval $(keychain --eval --quiet ry_ecdsa) eval $(keychain --eval --quiet id_rsa) export MOZ_ENABLE_WAYLAND=1 -export BROWSER=/usr/bin/firefox export XDG_CONFIG_HOME=~/.config export XDG_CACHE_HOME=~/.cache export XDG_DATA_HOME=~/.local/share export EDITOR=vim -export BROWSER=/usr/bin/librewolf +export BROWSER=librewolf export VISUAL=vim [[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/.bashrc b/.bashrc index 52f8a48..bb00738 100755 --- a/.bashrc +++ b/.bashrc @@ -61,7 +61,7 @@ export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' export LC_WHO=rorlando # Scripts Path -PATH=$PATH:~/scripts +PATH=$PATH:~/code/scripts PATH=$PATH:~/.local/bin # Ruby Path PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin @@ -172,6 +172,11 @@ alias wgdown='sudo wg-quick down /etc/wireguard/wg0.conf' # Hugo alias hss='hugo server --noHTTPCache' +# Work +alias stork='ssh stork' +alias mail='ssh mail' +alias eel='ssh eel' + # ####################################################### # # SPECIAL FUNCTIONS # ####################################################### diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 5b9a30b..60b40b5 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -13,4 +13,4 @@ font: y: 0 window: - opacity: 0.98 + opacity: 0.90 diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 93fb89e..45367f9 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -4,3 +4,5 @@ https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith (Vid https://thegrayzone.com/rss https://multipolarista.com/rss https://feeds.simplecast.com/dCXMIpJz "Last Podcast On the Left" +http://feeds.soundcloud.com/users/soundcloud:users:572119410/sounds.rss podcasts "Fall of Civilziation" +https://feeds.feedburner.com/dancarlin/history?format=xml podcasts "Hardcore History" diff --git a/.config/sway/config b/.config/sway/config index f12a1d5..2c97082 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -188,7 +188,7 @@ default_border pixel 3 default_floating_border none client.focused "#990000" "#9f1209" "#ffffff" "#9f1209" -set $opacity 0.95 +set $opacity 0.90 for_window [class="Emacs"] opacity $opacity # Gaps @@ -239,7 +239,7 @@ bindswitch --reload --locked lid:off output $laptop enable #output DP-1 pos 0 0 # Wallpaper -output * bg /home/opal/.config/wallpapers/middle-earth.jpg fill +output * bg /home/opal/.config/wallpapers/rockymountains.jpg fill # Assign workspaces to numbers set $ws1 number 1 diff --git a/.config/swaylock/config b/.config/swaylock/config index 25c87fa..ce0053e 100644 --- a/.config/swaylock/config +++ b/.config/swaylock/config @@ -1,5 +1,5 @@ # Image -image=~/.config/wallpapers/mountains.jpg +image=~/.config/wallpapers/rockymountains.jpg scaling=fill # Indicator diff --git a/.config/wallpapers/rockymountains.jpg b/.config/wallpapers/rockymountains.jpg new file mode 100644 index 0000000..32520ed Binary files /dev/null and b/.config/wallpapers/rockymountains.jpg differ