From dbaeaf827090545db7db30d623b44ac29e386829 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:08:42 +0200 Subject: Routine changes. Changes to be committed: modified: Kvantum/KvArcDark#/KvArcDark#.kvconfig modified: X11/xinit modified: appimageupdate modified: btop/btop.conf modified: install.sh modified: lock deleted: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- X11/xinit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'X11') diff --git a/X11/xinit b/X11/xinit index 9384f1d..2b56713 100755 --- a/X11/xinit +++ b/X11/xinit @@ -13,7 +13,7 @@ xrandr -s 1920x1080 -r 144 & # target screen resolution xset r rate 300 30 & # key repeat delay and speed xrdb merge ~/.Xresources # asset resources -picom & # compositor +picom --backend glx & # compositor # # # ## more stuff ## # @@ -47,7 +47,7 @@ synclient AccelFactor=0.025 # accele amixer --card 0 set 'Master' 100 & # audio volume amixer --card 0 set 'Mic Boost' 0 & # mic boost volume -#amixer --card 0 set 'Capture' 39 & # capture volume +amixer --card 0 set 'Capture' 63 & # capture volume # 39 sxhkd -c $HOME/.config/keybinds & # keybindings @@ -61,6 +61,6 @@ pipewire & # audio slstatus & # statusbar -~/kekful_days/kekful_days.sh & # custom script +~/kekful_days/kekful_days.sh & # custom script exec dwm # window manager -- cgit v1.2.3