feat: set-vol now chooses between pactl and amixer
This commit is contained in:
parent
a87cc556f9
commit
414570a9e4
2 changed files with 29 additions and 14 deletions
4
.xinitrc
4
.xinitrc
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
xrandr \
|
||||
--output HDMI-2 --auto --primary \
|
||||
--output eDP-1 --left-of HDMI-2
|
||||
--output eDP-1 --primary \
|
||||
--output HDMI-2 --right-of-eDP-1
|
||||
|
||||
# fix touchscreen
|
||||
xinput --map-to-output 'Raydium Corporation Raydium Touch System' 'eDP-1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue