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

21 lines
498 B
Plaintext
Raw Normal View History

2024-04-13 16:15:51 +05:00
### 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.
2024-04-15 17:57:17 +05:00
set $menu wofi --show run --style ~/.config/wofi/style.css | xargs swaymsg exec --
2024-04-13 16:15:51 +05:00
include ~/.config/sway/config.d/*