diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-01-07 19:08:42 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-01-07 19:08:42 +0200 |
commit | dbaeaf827090545db7db30d623b44ac29e386829 (patch) | |
tree | dd5b048b2d40c40dc373b6a2901fc291d994809d /X11/xinit | |
parent | 44d9ebb842720bbec7eba24e923718ade5932604 (diff) |
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
Diffstat (limited to 'X11/xinit')
-rwxr-xr-x | X11/xinit | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |