Clone shirenn's configuration
This commit is contained in:
6
roles/xorg/templates/30-touchpad.conf.j2
Normal file
6
roles/xorg/templates/30-touchpad.conf.j2
Normal file
@ -0,0 +1,6 @@
|
||||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
Driver "libinput"
|
||||
MatchIsTouchpad "on"
|
||||
Option "Tapping" "on"
|
||||
EndSection
|
3
roles/xorg/templates/postswitch.j2
Normal file
3
roles/xorg/templates/postswitch.j2
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
~/.fehbg
|
13
roles/xorg/templates/xinitrc.j2
Normal file
13
roles/xorg/templates/xinitrc.j2
Normal file
@ -0,0 +1,13 @@
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
|
||||
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
|
||||
dbus-update-activation-environment --systemd DISPLAY
|
||||
|
||||
|
||||
setxkbmap fr oss
|
||||
xss-lock -- physlock -d &
|
||||
autorandr --change
|
||||
{% if laptop.gpu %}
|
||||
exec prime-run i3
|
||||
{% else %}
|
||||
exec i3
|
||||
{% endif %}
|
Reference in New Issue
Block a user