aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-04-27 04:07:57 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-04-27 04:07:57 -0500
commit35cc9f4f4d12d63dbe80cf8f1fd84e34e9eecd38 (patch)
treeb05f7d114ce29b35315c75039e0d97bab8cbd669 /env
parent32418fca3e38ef2e6b5e62c8f568da6e0a73a261 (diff)
Squashed commit of the following:
readme changes - moved to nsxiv - added pwdc alias - added dbus environment to i3 config - changed tmux bar - added autocd - st font change - added wayvr alias - mvoed bat up
Diffstat (limited to 'env')
-rwxr-xr-xenv/.Xresources4
-rwxr-xr-xenv/.config/.profile6
-rw-r--r--env/.config/i3/config2
-rwxr-xr-xenv/.config/lf/lfrc2
-rwxr-xr-xenv/.config/tmux/tmux.conf8
-rwxr-xr-xenv/.zshrc2
6 files changed, 18 insertions, 6 deletions
diff --git a/env/.Xresources b/env/.Xresources
index 6be825b..1d9d08e 100755
--- a/env/.Xresources
+++ b/env/.Xresources
@@ -34,6 +34,10 @@ Sxiv.background: #303030
Sxiv.foreground: #00C0FF
Sxiv.font: Hack-9
+Nsxiv.window.background: #303030
+Nsxiv.window.foreground: #00C0FF
+Nsxiv.bar.font: Hack-9
+
!tabs
!*.tabbed.tabbar-fg: 2
!*.tabbed.tabbar-bg: 0
diff --git a/env/.config/.profile b/env/.config/.profile
index 4fad1a2..16b383a 100755
--- a/env/.config/.profile
+++ b/env/.config/.profile
@@ -47,7 +47,10 @@ alias surf="WEBKIT_DISABLE_COMPOSITING_MODE=1 surf"
alias grep='grep --color=auto'
alias fzf="fzf --walker-skip=.private-parent"
alias fcd="cd \"\$(fzf --walker dir,hidden --walker-skip=.private-parent)\""
-# alias ffchar='fastfetch --logo ~/stuff/media/ICE/ascii-char.txt --logo-color-5 "light_magenta" --logo-color-1 "reset_black" --logo-color-2 "light_black" --logo-color-3 "light_blue"'
+alias pwdc="pwd | xclip -sel clip"
+if [ "${WAYLAND_DISPLAY}" ]; then
+ alias pwdc="pwd | wl-copy"
+fi
alias ffcompact='fastfetch -c $HOME/.config/fastfetch/compact.jsonc'
alias ff='fastfetch -c $HOME/.config/fastfetch/10.jsonc 2> /dev/null || fastfetch --localip-show-ipv4 0'
alias ffchar='fastfetch -c $HOME/.config/fastfetch/ascii-char.jsonc'
@@ -76,6 +79,7 @@ alias get_channel_id="xargs curl -s | grep -Eo 'channel_id=.{0,50}' | sed 's/\".
alias vasm="~/stuff/manual-programs/vasm/vasm6502_oldstyle -Fbin -dotdir "
alias pipes="pipes.sh -t 0 -p 3 -f 30 -r 2000"
alias astro="astroterm --color --constellations --speed 10000 --fps 64 --unicode -i Arlington"
+alias way=".local/bin/WayVR-v26.2.1-x86_64.AppImage & disown"
# keyswap
alias swap="xmodmap -e \"clear lock\" && xmodmap -e \"keycode 9 = Caps_Lock NoSymbol Caps_Lock\" && xmodmap -e \"keycode 66 = Escape NoSymbol Escape\""
diff --git a/env/.config/i3/config b/env/.config/i3/config
index 3dbdae9..7143ae6 100644
--- a/env/.config/i3/config
+++ b/env/.config/i3/config
@@ -10,6 +10,8 @@
#
+exec dbus-update-activation-environment --all
+
exec ~/.local/bin/system/start-scripts/autostart.sh
# Font for window titles. Will also be used by the bar unless a different font
diff --git a/env/.config/lf/lfrc b/env/.config/lf/lfrc
index 4dce155..7b399cc 100755
--- a/env/.config/lf/lfrc
+++ b/env/.config/lf/lfrc
@@ -131,7 +131,7 @@ cmd vim ${{
}}
cmd Sxiv ${{
- nohup sxiv $f > /dev/null 2> /dev/null < /dev/null & disown
+ nohup nsxiv $f > /dev/null 2> /dev/null < /dev/null & disown
}}
cmd clipf ${{
diff --git a/env/.config/tmux/tmux.conf b/env/.config/tmux/tmux.conf
index 7579dd7..4947e83 100755
--- a/env/.config/tmux/tmux.conf
+++ b/env/.config/tmux/tmux.conf
@@ -64,8 +64,8 @@ set -wg mode-style bg="#222222"
set -g pane-border-style fg='#222222'
set -g pane-active-border-style fg='#a030f0'
active_window_fg='#e080f0'
-set -g status-left "#[fg=#f1f1f1,bold,bg=#4020af]  #S #[fg=#4020af,bg=#222222] "
+set -g status-left "#[fg=#f1f1f1,bold,bg=#4020af]  #S #[fg=#4020af,bg=#222222] "
set -g status-left-length 40
-set -g window-status-current-format "#[fg=${active_window_fg},bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
-set -g window-status-format "#[fg=#f1f1f1,bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
-set -g status-right '#[fg=#4020af,bg=#222222]#[fg=#f1f1f1,bg=#4020af] @#H %H:%M %d-%b-%y'
+set -g window-status-current-format "#[fg=${active_window_fg},bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
+set -g window-status-format "#[fg=#f1f1f1,bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
+set -g status-right '#[fg=#f1f1f1,bg=#4020af] @#H %H:%M %d-%b-%y'
diff --git a/env/.zshrc b/env/.zshrc
index 82ca00f..ee16a4f 100755
--- a/env/.zshrc
+++ b/env/.zshrc
@@ -1,5 +1,7 @@
~/.local/bin/system/neoboot.sh
+setopt autocd
+
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000