Added vim syntax sway config.d.

This commit is contained in:
James Patrick 2019-06-02 00:14:57 -04:00
parent 0860afa4e4
commit d4db1095db
3 changed files with 8 additions and 2 deletions

View File

@ -14,4 +14,6 @@ input "2:7:SynPS/2_Synaptics_TouchPad" {
# bind caps to ctrl
input "1:1:AT_Translated_Set_2_keyboard" {
xkb_options ctrl:nocaps
}
}
# vim: ft=cfg

View File

@ -9,3 +9,5 @@
output * bg `scripts/cycle_wall` fill
output eDP-1 scale 1
# vim: ft=cfg

View File

@ -20,4 +20,6 @@ client.urgent #ff4551 #ff4551 #1f212e #ff4551 #ff4551
exec_always scripts/import-gsettings \
gtk-theme:gtk-theme-name \
icon-theme:gtk-icon-theme-name \
cursor-theme:gtk-cursor-theme-name
cursor-theme:gtk-cursor-theme-name
# vim: ft=cfg