Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

i3 Migration Guide

Aaron edited this pageOct 24, 2024 ·89 revisions

Sway isalmost a drop-in replacement for i3, but you may have to make a few changes to get everything working correctly. Here are a few common ones:

  • Use theoutput command to configure outputs instead of xrandr
  • Use theoutput command to configure your wallpaper instead of feh
  • Use theinput command to configure input devices
  • Replace usage ofi3 specific programs with the equivalent sway tools:
  • Sway handles quotes slightly differently - commands are handled more like shell commands
  • To emulatexset dpms force off, useswayidle timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' then runpkill -USR1 swayidle to trigger timeout immediately.

Font configuration

Sway does not support X logical font description (XLFD) configuration strings. Instead it uses Pango, and one can usepango-list | grep [fontname] to confirm the correct font name. Pango,as of version 1.44, does not support older bitmap fonts (BFD), although it does support bitmap-only OTF fonts.

Common X11 apps used on i3 with Wayland alternatives

See Also

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp