Commit Diff


commit - 6382a75bc3157dc598e356ed520f155509aef940
commit + c6b06cef7fd5d490226c7fbf16fa84f35428ce0b
blob - 9fa679c47603d6cd2ee9bbc52ffca2b6dcb8072b
blob + a9c9744b84d7907fb2579815c248f99701cd6536
--- .config/shell/alias
+++ .config/shell/alias
@@ -6,7 +6,7 @@
 
 
 # doas not required for some system commands
-for command in mount umount emerge su shutdown poweroff reboot ; do
+for command in mount umount su shutdown poweroff reboot ; do
 	alias $command="doas $command"
 done; unset command
 
@@ -23,5 +23,10 @@ alias \
 	ytt="yt --skip-download --write-thumbnail" \
 	ffmpeg="ffmpeg -hide_banner"
 
+# Remove colors
+alias \
+    emerge="doas emerge --color n" \
+
 # Dotfiles on git
 alias dotfiles='/usr/bin/git --git-dir=$XDG_DATA_HOME/dotfiles.git/ --work-tree=$HOME'
+
blob - cf5a214f7f2dbdaa17d4bb17a59c45550a4af520
blob + c5ecdaea424170ac36df524d11c6dd804c2380bc
--- .config/tmux/tmux.conf
+++ .config/tmux/tmux.conf
@@ -16,5 +16,12 @@ set-option -g terminal-overrides ",256col:RGB:XT"
 set -g base-index 1
 setw -g pane-base-index 1
 
-# "Transparent" bar
+#
+set -g pane-active-border-style fg=white
+
+# Copy to system clipboard
+bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"
+
+# Bar
 set-option -g status-style bg=default
+set -g status-right ""
blob - edf9d7ec55a57d03fc46e499b93fca59a06e3ee6
blob + d77842ec703dd00ad04bbdf404be435aa180f20e
--- .config/x11/xinitrc
+++ .config/x11/xinitrc
@@ -5,7 +5,7 @@ xbanish &
 gentoo-pipewire-launcher &
 
 setxkbmap -layout us -variant intl
-xwallpaper --zoom ~/.local/share/wallpaper/003.png
+xwallpaper --zoom ~/.local/share/wallpaper/monochrome/001.png
 xrdb -merge ~/.config/x11/Xresources
 
 exec dwm