29 lines
374 B
Plaintext
29 lines
374 B
Plaintext
# Sexi-sway config
|
|
|
|
#
|
|
# Variables
|
|
#
|
|
|
|
# Super key.
|
|
# Use Mod1 for Alt.
|
|
set $mod Mod4
|
|
|
|
# Home row direction keys, like SexNvim
|
|
set $left j
|
|
set $down k
|
|
set $up l
|
|
set $right semicolon
|
|
|
|
# Your preferred terminal emulator
|
|
set $term st
|
|
|
|
# Your preferred application launcher
|
|
set $menu wmenu-run
|
|
|
|
#
|
|
# Modules
|
|
#
|
|
|
|
include ~/.config/sway/conf.d/*
|
|
include ~/.config/sway/conf.d/binds/*
|