Update dotfiles
This commit is contained in:
parent
af0cb5e11e
commit
62c688aef3
|
@ -36,7 +36,7 @@ set clipboard=unnamed
|
|||
|
||||
" Though for this we need xsel (https://github.com/neovim/neovim/issues/7945)
|
||||
|
||||
colorscheme delek
|
||||
"colorscheme delek
|
||||
|
||||
" Some basics:
|
||||
nnoremap c "_c
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"^(chromium|org.pwmt.zathura|brave-browser|FoxitReader)$"
|
||||
None, Up, Button4, 3
|
||||
None, Down, Button5, 3
|
||||
None, Up, Button4, 2
|
||||
None, Down, Button5, 2
|
||||
Shift_L, Up, Shift_L|Button4, 4
|
||||
Shift_L, Down, Shift_L|Button5, 4
|
||||
Control_L, Up, Control_L|Button4
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if ! pgrep playerctld &> /dev/null; then
|
||||
playerctld &
|
||||
sleep 0.5
|
||||
fi
|
||||
|
||||
playerctl "$@"
|
|
@ -10,5 +10,6 @@ sleep 3
|
|||
pactl info > /dev/null
|
||||
sleep 2
|
||||
#pactl set-source-volume alsa_input.pci-0000_00_1b.0.analog-stereo 0.03 > /dev/null
|
||||
pactl set-card-profile 45 output:analog-stereo
|
||||
pactl set-source-volume @DEFAULT_SOURCE@ 0.2 > /dev/null
|
||||
sigdwmblocks 2
|
||||
|
|
|
@ -33,6 +33,8 @@ picom &
|
|||
# Sound configuration
|
||||
~/.local/bin/sound &
|
||||
|
||||
xset r rate 300 50
|
||||
|
||||
if [[ -v LAPTOP ]]; then
|
||||
# Enable automatic fan control
|
||||
macfanctld
|
||||
|
|
Loading…
Reference in New Issue