added xmodmap :D
This commit is contained in:
parent
35e4350195
commit
59414f25af
4
.Xmodmap
Normal file
4
.Xmodmap
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
clear lock
|
||||||
|
clear control
|
||||||
|
add control = Caps_Lock Control_L Control_R
|
||||||
|
keycode 66 = Control_L Caps_Lock NoSymbol NoSymbol
|
||||||
5
.xinitrc
5
.xinitrc
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
userresources=$HOME/.Xresources
|
userresources=$HOME/.Xresources
|
||||||
@ -40,13 +41,15 @@ fi
|
|||||||
# it seems modules and xorg confs were not due to there being an intel
|
# it seems modules and xorg confs were not due to there being an intel
|
||||||
# integrated card, not sure how the desktop will react though
|
# integrated card, not sure how the desktop will react though
|
||||||
|
|
||||||
HOST=$(hostname)
|
HOST=$(cat /etc/hostname)
|
||||||
if [ "$HOST" == "archmetabox" ] ; then
|
if [ "$HOST" == "archmetabox" ] ; then
|
||||||
# this is specifically for the laptop so check hostname
|
# this is specifically for the laptop so check hostname
|
||||||
xrandr --setprovideroutputsource modesetting NVIDIA-G0
|
xrandr --setprovideroutputsource modesetting NVIDIA-G0
|
||||||
xrandr --auto
|
xrandr --auto
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
HOST=$(hostname)
|
||||||
if [ "$HOST" == "holocene" ] ; then
|
if [ "$HOST" == "holocene" ] ; then
|
||||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user