14 lines
392 B
Text
14 lines
392 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 "rofi -show combi -combi-modes drun,run,ssh,filebrowser | xargs swaymsg exec --"
|