From 5b16bc4a8e4969c9786fe16bde6d37350fdda4b6 Mon Sep 17 00:00:00 2001 From: Xen0 Date: Fri, 6 Dec 2024 02:53:28 +0100 Subject: [PATCH] Upload files to "sWayland_configs" --- sWayland_configs/.bashrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sWayland_configs/.bashrc diff --git a/sWayland_configs/.bashrc b/sWayland_configs/.bashrc new file mode 100644 index 0000000..9d028bc --- /dev/null +++ b/sWayland_configs/.bashrc @@ -0,0 +1,29 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias vi='vim' +alias lf="/home/xen0/.local/bin/lfub" +alias ls='ls --color=auto' +alias grep='grep --color=auto' +alias backup='sudo rsync -aAXvv --delete --exclude=/home/xen0/External --exclude=/dev/* --exclude=/proc/* --exclude=/sys/* --exclude=/tmp/* --exclude=/run/* --exclude=/mnt/* --exclude=/media/* --exclude="swapfile" --exclude="lost+found" --exclude=".cache" / xen0@10.0.0.106:/home/xen0/Backups/Ghostie' +alias 3D="mpv --no-correct-pts --fps=25 http://192.168.0.15:5001/mjpeg" +alias vn="xdotool click --repeat 100 --delay 500 1" +alias sshfs="sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3" +PS1='[\u@\h \W]\$ ' +# Only load Liquid Prompt in interactive shells, not from a script or from scp +[[ $- = *i* ]] && source /sbin/liquidprompt +source ~/.config/powerline/powerline.theme +lp_theme powerline + +#!/bin/bash +#export SDL_VIDEODRIVER=wayland +#export _JAVA_AWT_WM_NONREPARENTING=1 +#export QT_QPA_PLATFORM=wayland +#export XDG_CURRENT_DESKTOP=sway +#export XDG_SESSION_DESKTOP=sway +#exec sway +export XDG_RUNTIME_DIR=/run/user/1000