diff options
Diffstat (limited to 'env')
| -rwxr-xr-x | env/.Xresources | 4 | ||||
| -rwxr-xr-x | env/.config/.profile | 6 | ||||
| -rw-r--r-- | env/.config/i3/config | 2 | ||||
| -rwxr-xr-x | env/.config/lf/lfrc | 2 | ||||
| -rwxr-xr-x | env/.config/tmux/tmux.conf | 8 | ||||
| -rwxr-xr-x | env/.zshrc | 2 |
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' @@ -1,5 +1,7 @@ ~/.local/bin/system/neoboot.sh +setopt autocd + # Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 |
