dotfiles

My configuration files.
Log | Files | Refs | README

commit d9d82a997e43ab1aabf9b15fb7169824ab372607
parent 09b55335da47892edacb6202e61222567c43030b
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Tue, 31 May 2022 18:43:55 +0200

Define sfeed yanker

Diffstat:
MX11/.xinitrc | 2++
Mbash/.profile | 1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/X11/.xinitrc b/X11/.xinitrc @@ -5,6 +5,8 @@ export DOCVIEWER="setsid -f zathura" export PICVIEWER="setsid -f nsxiv" export MENU="dmenu -i -l 44" +export SFEED_YANKER="xclip -r" + # keyboard setxkbmap -model pc105 -layout de xmodmap $HOME/.config/X11/Xmodmap diff --git a/bash/.profile b/bash/.profile @@ -10,6 +10,7 @@ export TERMINAL="tmux new-window" # Define Program Settings export SFEED_PLUMBER_INTERACTIVE="1" +export SFEED_YANKER="tmux load-buffer -" export BM_DIR=~/documents/bookmarks export LEDGER_FILE="$HOME/documents/documents/ledger.txt" export LIBVA_DRIVER_NAME=i965