.dotfiles/sway/config

27 lines
770 B
Plaintext

include $HOME/.config/sway/catppuccin/themes/catppuccin-macchiato
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
# Home row direction keys, like vim
set $left s
set $down n
set $up r
set $right t
# 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 dmenu_path | dmenu | xargs swaymsg exec --
#set $menu wofi --show drun | xargs swaymsg exec --
set $menu wofi | xargs swaymsg exec --
include $HOME/.config/sway/config.d/*