Skip to content

Sway / Scroll

Use this page for compositors that use Sway-style bind syntax.

Add to your ~/.config/sway/config (or equivalent):

Terminal window
exec noctalia

Add these binds to your ~/.config/sway/config or the equivalent compositor configuration file:

Terminal window
set $ipc noctalia msg
# Core binds
bindsym $mod+space exec $ipc panel-toggle launcher
bindsym $mod+s exec $ipc panel-toggle control-center
bindsym $mod+comma exec $ipc settings-toggle
# Media keys
bindsym --locked XF86AudioRaiseVolume exec $ipc volume-up
bindsym --locked XF86AudioLowerVolume exec $ipc volume-down
bindsym --locked XF86AudioMute exec $ipc volume-mute
bindsym --locked XF86MonBrightnessUp exec $ipc brightness-up
bindsym --locked XF86MonBrightnessDown exec $ipc brightness-down