abbith/sway/README.org

462 B

Sway Config

Sway

Variables

  set $mod Mod4
  set $term gnome-terminal

Window Borders

  default_border pixel 0
  default_floating_border normal

Input Configurations

Swap `ctrl` for `caps lock`

  input * {
  xkb_options ctrl:swapcaps
  }