24 lines
329 B
Plaintext
24 lines
329 B
Plaintext
# Default config for sway
|
|
#
|
|
# Default conf in /etc/sway/config
|
|
#
|
|
# Read `man 5 sway` for a complete reference.
|
|
|
|
#
|
|
# Preferred apps:
|
|
#
|
|
# Terminal emulator
|
|
set $term foot
|
|
# Application launcher
|
|
set $menu wofi --show run
|
|
# Browser
|
|
set $browser firefox
|
|
|
|
#
|
|
# Status Bar:
|
|
#
|
|
exec waybar
|
|
|
|
include /etc/sway/config.d/*
|
|
include config.d/*
|