Update nebula-sway.conf
This commit is contained in:
@@ -1,17 +1,26 @@
|
|||||||
# NebulaOS Sway configuration
|
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
set $term foot
|
||||||
|
|
||||||
input type:keyboard {
|
# NebulaOS temporary development compositor configuration
|
||||||
xkb_layout us
|
|
||||||
}
|
|
||||||
|
|
||||||
output * bg #1a1a2e solid_color
|
# No Sway wallpaper or UI
|
||||||
|
output * bg #000000 solid_color
|
||||||
|
|
||||||
|
# Development terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Shift+q kill
|
|
||||||
bindsym $mod+d exec $menu
|
|
||||||
|
|
||||||
exec_always nebula-session
|
# 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.
|
||||||
Reference in New Issue
Block a user