26 lines
535 B
Plaintext
26 lines
535 B
Plaintext
set $mod Mod4
|
|
set $term foot
|
|
|
|
# NebulaOS temporary development compositor configuration
|
|
|
|
# No Sway wallpaper or UI
|
|
output * bg #000000 solid_color
|
|
|
|
# Development terminal
|
|
bindsym $mod+Return exec $term
|
|
|
|
# Exit compositor
|
|
bindsym $mod+Shift+e exec swaymsg exit
|
|
|
|
# Reload configuration
|
|
bindsym $mod+Shift+c reload
|
|
|
|
# Remove Sway window decorations
|
|
default_border pixel 0
|
|
default_floating_border pixel 0
|
|
|
|
# Basic floating controls for development
|
|
floating_modifier $mod normal
|
|
|
|
# Do NOT add a bar block.
|
|
# Nebula provides its own top bar. |