nvim lsp improvements, changed back to alacritty and added tmux sessionizer
This commit is contained in:
parent
6eeb393859
commit
184e72e8af
18 changed files with 71 additions and 3745 deletions
13
.local/share/scripts/monitor.sh
Executable file
13
.local/share/scripts/monitor.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
gpu_mode=$(/usr/bin/envycontrol -q)
|
||||
if [ "$gpu_mode" = "nvidia" ]; then
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --auto
|
||||
xrandr --output HDMI-0 --above eDP-1-1
|
||||
xrandr --output HDMI-0 --primary
|
||||
else
|
||||
xrandr --auto
|
||||
xrandr --output HDMI-1-0 --above eDP-1
|
||||
xrandr --output HDMI-1-0 --primary
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue