bunch o stuff

This commit is contained in:
2022-12-08 15:44:51 -08:00
parent 6eb54dc96f
commit 5151143a0f
7 changed files with 13 additions and 7 deletions

View File

@@ -3,11 +3,10 @@
eval $(keychain --eval --quiet ry_ecdsa) eval $(keychain --eval --quiet ry_ecdsa)
eval $(keychain --eval --quiet id_rsa) eval $(keychain --eval --quiet id_rsa)
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export BROWSER=/usr/bin/firefox
export XDG_CONFIG_HOME=~/.config export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share export XDG_DATA_HOME=~/.local/share
export EDITOR=vim export EDITOR=vim
export BROWSER=/usr/bin/librewolf export BROWSER=librewolf
export VISUAL=vim export VISUAL=vim
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc

View File

@@ -61,7 +61,7 @@ export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m' export LESS_TERMCAP_us=$'\E[01;32m'
export LC_WHO=rorlando export LC_WHO=rorlando
# Scripts Path # Scripts Path
PATH=$PATH:~/scripts PATH=$PATH:~/code/scripts
PATH=$PATH:~/.local/bin PATH=$PATH:~/.local/bin
# Ruby Path # Ruby Path
PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin 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 # Hugo
alias hss='hugo server --noHTTPCache' alias hss='hugo server --noHTTPCache'
# Work
alias stork='ssh stork'
alias mail='ssh mail'
alias eel='ssh eel'
# ####################################################### # #######################################################
# # SPECIAL FUNCTIONS # # SPECIAL FUNCTIONS
# ####################################################### # #######################################################

View File

@@ -13,4 +13,4 @@ font:
y: 0 y: 0
window: window:
opacity: 0.98 opacity: 0.90

View File

@@ -4,3 +4,5 @@ https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith (Vid
https://thegrayzone.com/rss https://thegrayzone.com/rss
https://multipolarista.com/rss https://multipolarista.com/rss
https://feeds.simplecast.com/dCXMIpJz "Last Podcast On the Left" 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"

View File

@@ -188,7 +188,7 @@ default_border pixel 3
default_floating_border none default_floating_border none
client.focused "#990000" "#9f1209" "#ffffff" "#9f1209" client.focused "#990000" "#9f1209" "#ffffff" "#9f1209"
set $opacity 0.95 set $opacity 0.90
for_window [class="Emacs"] opacity $opacity for_window [class="Emacs"] opacity $opacity
# Gaps # Gaps
@@ -239,7 +239,7 @@ bindswitch --reload --locked lid:off output $laptop enable
#output DP-1 pos 0 0 #output DP-1 pos 0 0
# Wallpaper # Wallpaper
output * bg /home/opal/.config/wallpapers/middle-earth.jpg fill output * bg /home/opal/.config/wallpapers/rockymountains.jpg fill
# Assign workspaces to numbers # Assign workspaces to numbers
set $ws1 number 1 set $ws1 number 1

View File

@@ -1,5 +1,5 @@
# Image # Image
image=~/.config/wallpapers/mountains.jpg image=~/.config/wallpapers/rockymountains.jpg
scaling=fill scaling=fill
# Indicator # Indicator

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB