16 lines
370 B
Text
16 lines
370 B
Text
|
### Variables
|
||
|
#
|
||
|
# Logo key. Use Mod1 for Alt.
|
||
|
set $mod Mod4
|
||
|
# Home row direction keys, like vim
|
||
|
set $left h
|
||
|
set $down j
|
||
|
set $up k
|
||
|
set $right l
|
||
|
# Your preferred terminal emulator
|
||
|
set $term alacritty
|
||
|
# Your preferred application launcher
|
||
|
# Note: it's recommended that you pass the final command to sway
|
||
|
set $menu /usr/bin/fuzzel
|
||
|
set $exedir /home/vladanpopovic/.local/bin
|