16 lines
448 B
Text
16 lines
448 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 wofi -c $HOME/.config/wofi/config -s $HOME/.config/wofi/style.css | xargs swaymsg exec --
|
||
|
set $menu ~/src/wldash/target/release/wldash
|