[MINOR] updates
This commit is contained in:
parent
da2913ae8a
commit
e43727d484
24 changed files with 354 additions and 2375 deletions
9
.xinitrc
Normal file → Executable file
9
.xinitrc
Normal file → Executable file
|
@ -43,4 +43,11 @@ if ! pgrep -f /usr/bin/easyeffects; then
|
|||
notify-send 'easyeffects daemon started'
|
||||
fi
|
||||
|
||||
/home/afonso/.local/bin/xmonad
|
||||
gpu_mode=$(/usr/bin/envycontrol -q)
|
||||
if [ "$gpu_mode" = "nvidia" ]; then
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --auto
|
||||
fi
|
||||
|
||||
|
||||
exec /home/afonso/.local/bin/xmonad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue