mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Split swayidle from sway
This commit is contained in:
parent
d256182f49
commit
bc808680b1
7 changed files with 0 additions and 650 deletions
|
|
@ -86,7 +86,6 @@ if scdoc.found()
|
|||
'sway/sway-output.5.scd',
|
||||
'swaylock/swaylock.1.scd',
|
||||
'swaymsg/swaymsg.1.scd',
|
||||
'swayidle/swayidle.1.scd',
|
||||
'swaynag/swaynag.1.scd',
|
||||
'swaynag/swaynag.5.scd',
|
||||
]
|
||||
|
|
@ -146,7 +145,6 @@ subdir('swaymsg')
|
|||
subdir('client')
|
||||
subdir('swaybg')
|
||||
subdir('swaybar')
|
||||
subdir('swayidle')
|
||||
subdir('swaynag')
|
||||
subdir('swaylock')
|
||||
|
||||
|
|
@ -214,7 +212,6 @@ if (get_option('bash-completions'))
|
|||
bash_files = files(
|
||||
'completions/bash/sway',
|
||||
'completions/bash/swaybar',
|
||||
'completions/bash/swayidle',
|
||||
'completions/bash/swaylock',
|
||||
'completions/bash/swaymsg',
|
||||
)
|
||||
|
|
@ -226,7 +223,6 @@ endif
|
|||
if (get_option('fish-completions'))
|
||||
fish_files = files(
|
||||
'completions/fish/sway.fish',
|
||||
'completions/fish/swayidle.fish',
|
||||
'completions/fish/swaylock.fish',
|
||||
'completions/fish/swaymsg.fish',
|
||||
'completions/fish/swaynag.fish',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue