Changed config and autostart

main
Thomas Ba. 4 years ago
parent 45df5e23d5
commit 10e07cb9db

@ -12,6 +12,8 @@ gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg &
xset r rate 400 30
nm-applet &
xautolock -secure -time 15 -locker 'i3lock -b -d' &
sleep 2 && xmodmap ~/.i3/speedswapper &
#sleep 2 && xmodmap ~/.i3/speedswapper &
# disable touchpad
xinput set-prop 11 "Device Enabled" 0
for id in $(xinput list | sed -rn 's/.*touchpad.*id=([0-9]+).*/\1/ip'); do
xinput set-prop "$id" "Device Enabled" 0
done

@ -6,7 +6,7 @@
# later. It is recommended to set this option to allow i3 to open a terminal
# containing the introduction on first start.
# set $terminal /usr/bin/lilyterm -s
set $terminal /usr/local/bin/evilvte
set $terminal /usr/bin/evilvte
set $mod Mod4
client.background #000000
@ -120,6 +120,8 @@ bindsym Mod4+p exec rofi-pass
bindsym Mod4+i exec teiler
bindsym Mod4+v exec rofi -show run
bindsym Mod4+space exec rofi -show run
bindsym Mod1+Tab exec rofi -show window
bindsym Mod4+s exec rofi -show ssh -terminal $terminal
bindsym Mod4+comma split vertical
bindsym Mod4+period split horizontal

Loading…
Cancel
Save