From 157ef66dbe063d10c41f910488356a23e8ca8644 Mon Sep 17 00:00:00 2001 From: splatink Date: Sun, 18 Jan 2026 16:24:29 +0200 Subject: [PATCH] Added picom, mpv, bashrc --- bash/bashrc | 12 ++++++++++++ mpv/mpv.conf | 3 +++ picom/picom.conf | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 bash/bashrc create mode 100644 mpv/mpv.conf create mode 100644 picom/picom.conf diff --git a/bash/bashrc b/bash/bashrc new file mode 100644 index 0000000..0c2d227 --- /dev/null +++ b/bash/bashrc @@ -0,0 +1,12 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +alias ll='ls --color=auto -lah' +alias aria2c='aria2c -x 16 -s 16 -k 1M' +PS1='(\u@\h) (\w) ~> ' diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..38c1c25 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,3 @@ +hwdec=auto +profile=fast +af=lavfi=[dynaudnorm=f=150:r=0.9:c=1] diff --git a/picom/picom.conf b/picom/picom.conf new file mode 100644 index 0000000..f6c76d3 --- /dev/null +++ b/picom/picom.conf @@ -0,0 +1,21 @@ +# Backend: glx is usually best for reliable vsync/tear-free on most hardware (Intel/AMD/NVIDIA) +backend = "glx"; + +# VSync: This is the key line for fixing tearing +vsync = true; + +# Disable all effects you don't need +shadow = false; +fading = false; +blur: { method = "none"; }; +opacity-rule = []; +corner-radius = 0; + +# No animations/transitions +transition-length = 0; +transition-pow-x = 0; +transition-pow-y = 0; +transition-pow-w = 0; +transition-pow-h = 0; +size-transition = false; +