Changes to config scripts

master
Aney 6 years ago
parent 79086522be
commit 664705af4f

@ -3,7 +3,7 @@
/usr/bin/setxkbmap -option caps:swapescape
# I need this to be only for apple devices...
/usr/bin/setxkbmap -option altwin:swap_alt_win
#/usr/bin/setxkbmap -option altwin:swap_alt_win
# Key Repeat Rate

@ -0,0 +1,13 @@
#!/bin/bash
# If the display is plugged in, change to that.
# If the display is not plugged in, use the laptop display
if [ $1 == 1 ]
then
xrandr --output VGA-1 --auto --primary --output LVDS-1 --off
else
xrandr --output LVDS-1 --auto --primary --output VGA-1 --off
fi
feh --bg-scale ~/pictures/wallpapers/mist_forrest.jpg
Loading…
Cancel
Save