#6106·i3

i3 布局切换分页功能不起作用

作者: Sumanthbhumi创建于 2024年6月14日更新于 2026年7月30日
标签bugmissing-log4.23

Set the Mod key to the Super (Windows) key

set $mod Mod4

Set the font for window titles and the i3 bar

font pango:monospace 10 font pango:DejaVu Sans Mono 10

Plasma compatibility improvements

for_window [window_role="pop-up"] floating enable for_window [window_role="task_dialog"] floating enable for_window [class="dolphin"] floating enable for_window [class="systemsettings"] floating enable for_window [class="plasmashell"] floating enable; for_window [class="Plasma"] floating enable; border none for_window [title="plasma-desktop"] floating enable; border none for_window [title="win7"] floating enable; border none for_window [class="krunner"] floating enable; border none for_window [class="Kmix"] floating enable; border none for_window [class="Klipper"] floating enable; border none for_window [class="Plasmoidviewer"] floating enable; border none for_window [class="(?i)nextcloud"] floating disable for_window [class="plasmashell" window_type="notification"] border none, move position 70 ppt 81 ppt no_focus [class="plasmashell" window_type="notification"] for_window [floating] border pixel 1 for_window [tiling] border pixel 0

Start XDG autostart applications

exec --no-startup-id dex --autostart --environment i3

Lock the screen before suspending

exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork

Start the network manager applet

exec --no-startup-id nm-applet

Command to refresh the i3 status bar

set $refresh_i3status killall -SIGUSR1 i3status

Allow dragging floating windows with the mouse

floating_modifier $mod

Allow dragging tiling windows with the left mouse button

tiling_drag modifier titlebar

Start the Alacritty terminal emulator

bindsym $mod+Return exec kitty

Close the focused window

bindsym …