Fix keyboard, compositor
This commit is contained in:
parent
22c264376a
commit
dbc09fc8d3
@ -1,4 +1,4 @@
|
|||||||
setxkbmap fr
|
setxkbmap us altgr-intl
|
||||||
## Disable DPMS turning off the screen
|
## Disable DPMS turning off the screen
|
||||||
xset -dpms
|
xset -dpms
|
||||||
xset s off
|
xset s off
|
||||||
@ -36,4 +36,5 @@ ulimit -c unlimited
|
|||||||
|
|
||||||
# Start i3 and log to ~/.i3/logfile
|
# Start i3 and log to ~/.i3/logfile
|
||||||
echo "Starting at $(date)" >> ~/.i3/logfile
|
echo "Starting at $(date)" >> ~/.i3/logfile
|
||||||
|
xcompmgr -c -f -n &
|
||||||
exec ssh-agent /usr/local/bin/i3 -V >> ~/.i3/logfile
|
exec ssh-agent /usr/local/bin/i3 -V >> ~/.i3/logfile
|
||||||
|
Loading…
Reference in New Issue
Block a user