system-from-scratch/roles/desktop/files/sway.conf

21 lines
498 B
Plaintext

### 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: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $menu wofi --show run --style ~/.config/wofi/style.css | xargs swaymsg exec --
include ~/.config/sway/config.d/*