minor
This commit is contained in:
parent
5892509afb
commit
523e8f87a0
1 changed files with 2 additions and 12 deletions
|
|
@ -2,18 +2,14 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.file.".aerospace.toml".text = ''
|
home.file.".aerospace.toml".text = ''
|
||||||
# AeroSpace configuration
|
|
||||||
# Default to floating windows (like Hyprland)
|
|
||||||
|
|
||||||
start-at-login = true
|
|
||||||
|
|
||||||
# Make all new windows floating by default
|
# Make all new windows floating by default
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
run = ['layout floating']
|
run = ['layout floating']
|
||||||
|
|
||||||
[mode.main.binding]
|
[mode.main.binding]
|
||||||
# Toggle between floating and tiling
|
|
||||||
alt-enter = 'layout floating tiling'
|
alt-enter = 'layout floating tiling'
|
||||||
|
alt-f = 'fullscreen'
|
||||||
|
alt-q = 'close'
|
||||||
|
|
||||||
# Window focus (vim-style)
|
# Window focus (vim-style)
|
||||||
alt-h = 'focus left'
|
alt-h = 'focus left'
|
||||||
|
|
@ -52,11 +48,5 @@
|
||||||
alt-shift-7 = 'move-node-to-workspace 7'
|
alt-shift-7 = 'move-node-to-workspace 7'
|
||||||
alt-shift-8 = 'move-node-to-workspace 8'
|
alt-shift-8 = 'move-node-to-workspace 8'
|
||||||
alt-shift-9 = 'move-node-to-workspace 9'
|
alt-shift-9 = 'move-node-to-workspace 9'
|
||||||
|
|
||||||
# Fullscreen
|
|
||||||
alt-f = 'fullscreen'
|
|
||||||
|
|
||||||
# Close window
|
|
||||||
alt-q = 'close'
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue