mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
surfaceflinger compositor support, android
This commit is contained in:
parent
e8ac808fcd
commit
662cb80b7c
11
pinxi
11
pinxi
|
@ -50,8 +50,8 @@ use POSIX qw(ceil uname strftime ttyname);
|
|||
## INXI INFO ##
|
||||
my $self_name='pinxi';
|
||||
my $self_version='3.3.31';
|
||||
my $self_date='2023-11-05';
|
||||
my $self_patch='03';
|
||||
my $self_date='2023-11-06';
|
||||
my $self_patch='04';
|
||||
## END INXI INFO ##
|
||||
|
||||
my ($b_pledge,@pledges);
|
||||
|
@ -4177,6 +4177,7 @@ sub set_program_values {
|
|||
'nucleus' => ['^nucleus',0,'0','Nucleus',0,1,0,'',''], # unverified
|
||||
'openbox' => ['^openbox',2,'--version','Openbox',0,1,0,'',''],
|
||||
'orbital' => ['^orbital',0,'0','Orbital',0,1,0,'',''],# unverified
|
||||
'orbment' => ['^orbment',0,'0','orbment',0,1,0,'',''], # unverified
|
||||
'pantheon' => ['^pantheon',0,'0','Pantheon',0,1,0,'',''],# no version
|
||||
'papyros' => ['^papyros',0,'0','papyros',0,1,0,'',''],# no version
|
||||
'pekwm' => ['^pekwm',3,'--version','PekWM',0,1,0,'',''],
|
||||
|
@ -4203,6 +4204,7 @@ sub set_program_values {
|
|||
'spectrwm' => ['^spectrwm.*welcome.*wm',5,'-v','spectrwm',0,1,1,'',''],
|
||||
# out of stump, 2 --version, but in tries to start new wm instance endless hang
|
||||
'stumpwm' => ['^SBCL',0,'--version','StumpWM',0,1,0,'',''], # hangs when run in wm
|
||||
'surfaceflinger' => ['surfaceflinger^',0,'0','SurfaceFlinger',0,1,0,'',''], # Android, unverified
|
||||
'sway' => ['^sway',3,'-v','sway',0,1,0,'',''],
|
||||
'swc' => ['^swc',0,'0','swc',0,1,0,'',''], # unverified
|
||||
'swvkc' => ['^swvkc',0,'0','swvkc',0,1,0,'',''], # unverified
|
||||
|
@ -34256,8 +34258,9 @@ sub set_ps_gui {
|
|||
cage cagebreak cardboard chameleonwm clayland comfc
|
||||
dwc dwl epd-wm fireplace feathers fenestra glass gamescope greenfield grefson
|
||||
hikari hopalong hyprland inaban japokwm kiwmi labwc laikawm lipstick liri
|
||||
mahogany marina maze motorcar newm nucleus orbital perceptia phoc pywm qtile
|
||||
river rootston rustland simulavr skylight smithay sommelier sway swc swvkc
|
||||
mahogany marina maze motorcar newm nucleus
|
||||
orbital orbment perceptia phoc pywm qtile river rootston rustland
|
||||
simulavr skylight smithay sommelier surfaceflinger sway swc swvkc
|
||||
tabby taiwins tinybox tinywl trinkster velox vimway vivarium
|
||||
wavy waybox way-?cooler wayfire wayhouse waymonad westeros westford
|
||||
weston wio\+? wxr[cd] xuake));
|
||||
|
|
Loading…
Reference in a new issue